aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamsay Jones <ramsay@ramsay1.demon.co.uk>2007-03-03 18:28:39 +0000
committerJunio C Hamano <junkio@cox.net>2007-03-03 19:35:17 -0800
commit7943b3a94f0f862dc9d7dcec6b5639ae5bf027bd (patch)
tree6036738e449b97b7c8e099cee9327f03f098688a
parentfd547a972ad1ad714e1dac0a9ffc7637a64dd9b2 (diff)
downloadgit-7943b3a94f0f862dc9d7dcec6b5639ae5bf027bd.tar.gz
git-7943b3a94f0f862dc9d7dcec6b5639ae5bf027bd.tar.xz
Unset NO_C99_FORMAT on Cygwin.
This should only be set based on the capability of your compiler/library to support c99 format specifiers. In this case the version of gcc/newlib and indirectly the version of Cygwin. It should probably only be set in your config.mak file. Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk> Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e18b007da..f674e556f 100644
--- a/Makefile
+++ b/Makefile
@@ -378,7 +378,6 @@ ifeq ($(uname_O),Cygwin)
NO_STRCASESTR = YesPlease
NO_SYMLINK_HEAD = YesPlease
NEEDS_LIBICONV = YesPlease
- NO_C99_FORMAT = YesPlease
NO_FAST_WORKING_DIRECTORY = UnfortunatelyYes
NO_TRUSTABLE_FILEMODE = UnfortunatelyYes
# There are conflicting reports about this.