radsecproxy-1.6.5.
[radsecproxy.git] / configure.ac
index 79be2fc..defc889 100644 (file)
@@ -1,8 +1,10 @@
-AC_INIT(radsecproxy, 1.6.2, radsecproxy@uninett.no)
+AC_INIT(radsecproxy, 1.6.5, 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 ],