MSVC: fix compile errors due to missing libintl.h
authorKarsten Blees <redacted>
Tue, 10 Sep 2013 23:21:53 +0000 (01:21 +0200)
committerJunio C Hamano <redacted>
Wed, 11 Sep 2013 18:08:52 +0000 (11:08 -0700)
Set NO_GETTEXT in config.mak.uname to get rid of libintl.h dependency.

Signed-off-by: Karsten Blees <redacted>
Acked-by: Sebastian Schuberth <redacted>
Signed-off-by: Junio C Hamano <redacted>
config.mak.uname

index 7d615314f41f33df245efcecbe49f2aee3c90ad7..781dee4db78361cca802874a5b527207532ae156 100644 (file)
@@ -339,6 +339,7 @@ ifeq ($(uname_S),Windows)
        OBJECT_CREATION_USES_RENAMES = UnfortunatelyNeedsTo
        NO_REGEX = YesPlease
        NO_CURL = YesPlease
+       NO_GETTEXT = YesPlease
        NO_PYTHON = YesPlease
        BLK_SHA1 = YesPlease
        ETAGS_TARGET = ETAGS
git clone https://git.99rst.org/PROJECT