Return free memory more aggressively.
[radsecproxy.git] / configure.ac
index 643912b..4c500e7 100644 (file)
@@ -1,8 +1,14 @@
-AC_INIT(radsecproxy, 1.6, radsecproxy@uninett.no)
+dnl Copyright (c) 2006-2010, UNINETT AS
+dnl Copyright (c) 2010-2013, NORDUnet A/S
+dnl See LICENSE for licensing information.
+
+AC_INIT(radsecproxy, 1.7-dev, radsecproxy@uninett.no)
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE
 AC_PROG_CC
 AC_PROG_RANLIB
+AC_CHECK_FUNCS([mallopt])
+
 udp=yes
 AC_ARG_ENABLE(udp,
   [  --enable-udp whether to enable UDP transport: yes/no; default yes ],