We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb7dfaa + 4917e1e commit 6aeb74eCopy full SHA for 6aeb74e
Makefile
@@ -109,7 +109,7 @@ all::
109
# Define NO_FNMATCH_CASEFOLD if your fnmatch function doesn't have the
110
# FNM_CASEFOLD GNU extension.
111
#
112
-# Define USE_WILDMATCH if you want to use Git's wildmatch
+# Define NO_WILDMATCH if you do not want to use Git's wildmatch
113
# implementation as fnmatch
114
115
# Define NO_GECOS_IN_PWENT if you don't have pw_gecos in struct passwd
@@ -1278,7 +1278,7 @@ ifdef NO_FNMATCH_CASEFOLD
1278
COMPAT_OBJS += compat/fnmatch/fnmatch.o
1279
endif
1280
1281
-ifdef USE_WILDMATCH
+ifndef NO_WILDMATCH
1282
COMPAT_CFLAGS += -DUSE_WILDMATCH
1283
1284
ifdef NO_SETENV
0 commit comments