Block a dynamic server for 15 minutes if it's not working.
[libradsec.git] / configure.ac
index ef2bac1..8438bcb 100644 (file)
@@ -2,7 +2,6 @@ AC_INIT(radsecproxy, 1.6-dev, radsecproxy@uninett.no)
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE
 AC_PROG_CC
-AM_PROG_CC_C_O
 AC_PROG_RANLIB
 udp=yes
 AC_ARG_ENABLE(udp,
@@ -80,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