aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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)