X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=8e3e648538f3ed31b54d5f6865ec2d36565b5def;hb=d413b14b2c6c09f9dc351106bcb3c50975ace189;hp=643912bd8e227d4513e82c2238286980573b28b2;hpb=40e8d53c3878a24f78b2a7d5b359b7bfbefb6f59;p=libradsec.git diff --git a/configure.ac b/configure.ac index 643912b..8e3e648 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,10 @@ -AC_INIT(radsecproxy, 1.6, radsecproxy@uninett.no) +AC_INIT(radsecproxy, 1.6.4, 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 ],