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 fcec00df0..dd099513f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -75,7 +75,7 @@ case "$host_os" in
75*darwin* | *rhapsody* | *macosx*) 75*darwin* | *rhapsody* | *macosx*)
76 AC_DEFINE_UNQUOTED(DARWIN,1,[This is an Apple Darwin system]) 76 AC_DEFINE_UNQUOTED(DARWIN,1,[This is an Apple Darwin system])
77 CPPFLAGS="-D_APPLE_C_SOURCE $CPPFLAGS" 77 CPPFLAGS="-D_APPLE_C_SOURCE $CPPFLAGS"
78 CFLAGS="-no-cpp-precomp -fno-common $CFLAGS" 78 CFLAGS="-fno-common $CFLAGS"
79 AC_MSG_WARN([The VPN application cannot be compiled on your OS]) 79 AC_MSG_WARN([The VPN application cannot be compiled on your OS])
80 build_target="darwin" 80 build_target="darwin"
81 DEFAULT_INTERFACE="\"en0\"" 81 DEFAULT_INTERFACE="\"en0\""