Ready for radsecproxy-1.6-rc0.
[radsecproxy.git] / configure.ac
index a74a054..467e5ef 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(radsecproxy, 1.6-dev, radsecproxy@uninett.no)
+AC_INIT(radsecproxy, 1.6-rc0, radsecproxy@uninett.no)
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE
 AC_PROG_CC
@@ -79,7 +79,7 @@ case "${target_os}" in
     TARGET_LDFLAGS="-lpthread -lsocket -lnsl"
     ;;
   *)
-    TARGET_CFLAGS="-Wall -pedantic -pthread"
+    TARGET_CFLAGS="-Wall -pedantic -Wno-long-long -pthread"
     TARGET_LDFLAGS=""
   esac
 dnl Adding enabled options