Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-branch -D: make it work even when on a yet-to-be-born branch
[gitweb.git]
/
config.mak.in
diff --git
a/config.mak.in
b/config.mak.in
index addda4f16c243b6b4ce875a39909c95b2afe94db..1cafa19ed4e4b9ecb683e4bc6c4aaa3ac3322b74 100644
(file)
--- a/
config.mak.in
+++ b/
config.mak.in
@@
-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@