From bab2a00def115132cf3bb14d4e8826c5c2460b60 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 27 Sep 2011 10:11:35 +0200 Subject: Prepare for building tests. Move main() out of radsecproxy.c. Build a static library and link a main.c with it. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 973148f..25db07c 100644 --- a/configure.ac +++ b/configure.ac @@ -3,6 +3,7 @@ AC_CANONICAL_TARGET AM_INIT_AUTOMAKE AC_PROG_CC AM_PROG_CC_C_O +AC_PROG_RANLIB udp=yes AC_ARG_ENABLE(udp, [ --enable-udp whether to enable UDP transport: yes/no; default yes ], -- cgit v1.1