diff options
author | Linus Nordberg <linus@nordu.net> | 2011-09-27 10:11:35 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-09-27 10:11:35 +0200 |
commit | bab2a00def115132cf3bb14d4e8826c5c2460b60 (patch) | |
tree | de59f37aeda922816d9fd0a536153d7f94cba555 /configure.ac | |
parent | 021300fb41cbdc1280c73e61cbe1c7f861e1dd9c (diff) |
Prepare for building tests.
Move main() out of radsecproxy.c.
Build a static library and link a main.c with it.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
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 ], |