gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r26952 - Extractor


From: gnunet
Subject: [GNUnet-SVN] r26952 - Extractor
Date: Sun, 21 Apr 2013 13:27:36 +0200

Author: LRN
Date: 2013-04-21 13:27:36 +0200 (Sun, 21 Apr 2013)
New Revision: 26952

Modified:
   Extractor/configure.ac
Log:
Put FTRUNCATE_DEFINED into CPPFLAGS, not CFLAGS

Modified: Extractor/configure.ac
===================================================================
--- Extractor/configure.ac      2013-04-21 11:20:17 UTC (rev 26951)
+++ Extractor/configure.ac      2013-04-21 11:27:36 UTC (rev 26952)
@@ -107,7 +107,8 @@
      AC_DEFINE_UNQUOTED(WINDOWS,1,[This is a Windows system])
      AC_CHECK_LIB(intl, gettext)
      # Sufficiently new Windows XP
-     CFLAGS="-D__MSVCRT_VERSION__=0x0601 -DFTRUNCATE_DEFINED=1 $CFLAGS"
+     CFLAGS="-D__MSVCRT_VERSION__=0x0601 $CFLAGS"
+     CPPFLAGS="-DFTRUNCATE_DEFINED=1 $CPPFLAGS"
 
     AC_MSG_CHECKING(for PlibC)
     plibc=0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]