Code

Bash completion support for aliases
[git.git] / config.mak.in
index addda4f16c243b6b4ce875a39909c95b2afe94db..1cafa19ed4e4b9ecb683e4bc6c4aaa3ac3322b74 100644 (file)
@@ -3,7 +3,6 @@
 
 CC = @CC@
 CFLAGS = @CFLAGS@
-PIC_FLAG = @PIC_FLAG@
 AR = @AR@
 TAR = @TAR@
 #INSTALL = @INSTALL@           # needs install-sh or install.sh in sources
@@ -39,4 +38,5 @@ NO_C99_FORMAT=@NO_C99_FORMAT@
 NO_STRCASESTR=@NO_STRCASESTR@
 NO_STRLCPY=@NO_STRLCPY@
 NO_SETENV=@NO_SETENV@
+NO_ICONV=@NO_ICONV@