aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-07-21 13:39:45 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-07-21 13:39:45 +0200
commitfe829dd7655d9f64a570e186831e80dfb2850d96 (patch)
tree6caaf07efef0fc99932f508a4ce423ecf1237968 /configure.ac
parentc8e7080e56f50870e1e7e7d69b27c3babe4f377b (diff)
downloadgnunet-fe829dd7655d9f64a570e186831e80dfb2850d96.tar.gz
gnunet-fe829dd7655d9f64a570e186831e80dfb2850d96.zip
-fix build macos
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d0185ffe4..00746a6db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -115,7 +115,7 @@ AS_CASE(["$host_os"],
115 [*darwin* | *rhapsody* | *macosx*],[ 115 [*darwin* | *rhapsody* | *macosx*],[
116 AC_DEFINE_UNQUOTED(DARWIN,1,[This is an Apple Darwin system]) 116 AC_DEFINE_UNQUOTED(DARWIN,1,[This is an Apple Darwin system])
117 CPPFLAGS="-D_APPLE_C_SOURCE $CPPFLAGS" 117 CPPFLAGS="-D_APPLE_C_SOURCE $CPPFLAGS"
118 CFLAGS="-fno-common $CFLAGS" 118 CFLAGS="-fno-common -D__APPLE_USE_RFC_3542 $CFLAGS"
119 LDFLAGS="$OLD_LDFLAGS" 119 LDFLAGS="$OLD_LDFLAGS"
120 AC_MSG_WARN([WARNING: The VPN application cannot be compiled on your OS]) 120 AC_MSG_WARN([WARNING: The VPN application cannot be compiled on your OS])
121 AC_CHECK_LIB(intl, gettext) 121 AC_CHECK_LIB(intl, gettext)