- use proper signedness
[oweals/gnunet.git] / configure.ac
index fcec00df0c64fddd6d3ecdca644acfae611831f4..d4ce8a0acd451ce1e24fb6f83957264f985b8373 100644 (file)
@@ -75,7 +75,7 @@ case "$host_os" in
 *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\""
@@ -410,7 +410,7 @@ fi
 
 
 # libgnurl
-LIBGNURL_CHECK_CONFIG(,7.33.0,gnurl=1,gnurl=0)
+LIBGNURL_CHECK_CONFIG(,7.34.0,gnurl=1,gnurl=0)
 if test "$gnurl" = 1
 then
        AM_CONDITIONAL(HAVE_LIBGNURL, true)