gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r31316 - gnunet


From: gnunet
Subject: [GNUnet-SVN] r31316 - gnunet
Date: Thu, 12 Dec 2013 17:18:18 +0100

Author: bratao
Date: 2013-12-12 17:18:18 +0100 (Thu, 12 Dec 2013)
New Revision: 31316

Modified:
   gnunet/configure.ac
Log:
Don't use ancient -no-cpp-precomp flag on OS X.
Straight copy from WxWidgets :
See http://trac.wxwidgets.org/ticket/14029 for a discussion of the
problems it causes when using non-Apple compiler. Even for Apple's GCC,
it does nothing these days and we no longer support OS X 10.3, so
there's no point in continuing to use it.

Modified: gnunet/configure.ac
===================================================================
--- gnunet/configure.ac 2013-12-12 16:18:09 UTC (rev 31315)
+++ gnunet/configure.ac 2013-12-12 16:18:18 UTC (rev 31316)
@@ -75,7 +75,7 @@
 *darwin* | *rhapsody* | *macosx*)
      AC_DEFINE_UNQUOTED(DARWIN,1,[This is an Apple Darwin system])
      CPPFLAGS="-D_APPLE_C_SOURCE $CPPFLAGS"
-     CFLAGS="-no-cpp-precomp -fno-common $CFLAGS"
+     CFLAGS="-fno-common $CFLAGS"
      AC_MSG_WARN([The VPN application cannot be compiled on your OS])
      build_target="darwin"
      DEFAULT_INTERFACE="\"en0\""




reply via email to

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