X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=8438bcb468079d762db078b9255011e780503de2;hb=3a4d6a85fb9ca74775b87080fc44c393836007de;hp=3ff1cc3ab40bb76634f4243fd413feb5cddcb55c;hpb=8eeb47547e346475e7cf27a20c949a49d3e54116;p=libradsec.git diff --git a/configure.ac b/configure.ac index 3ff1cc3..8438bcb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,7 @@ -AC_INIT(radsecproxy, 1.5-dev, radsecproxy@uninett.no) +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