]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Unset NO_C99_FORMAT on Cygwin.
authorRamsay Jones <ramsay@ramsay1.demon.co.uk>
Sat, 3 Mar 2007 18:28:39 +0000 (18:28 +0000)
committerJunio C Hamano <junkio@cox.net>
Sun, 4 Mar 2007 03:35:17 +0000 (19:35 -0800)
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>
Makefile

index e18b007da26e95b2c34297d2f8c55fb055c0f5dc..f674e556ffa9b14f2e9cfd3a82e7e49d028979ed 100644 (file)
--- 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.