Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-pull: allow pulling into an empty repository
[gitweb.git]
/
config.mak.in
diff --git
a/config.mak.in
b/config.mak.in
index 369e6116e0aa63bc9e6ca88996b2dcfc12ebb967..1cafa19ed4e4b9ecb683e4bc6c4aaa3ac3322b74 100644
(file)
--- a/
config.mak.in
+++ b/
config.mak.in
@@
-2,6
+2,7
@@
# @configure_input@
CC = @CC@
+CFLAGS = @CFLAGS@
AR = @AR@
TAR = @TAR@
#INSTALL = @INSTALL@ # needs install-sh or install.sh in sources
@@
-37,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@