6c75ac2ca78eab71e0311af14b01825912f17576
[freeradius.git] / src / modules / rlm_sqlippool / configure.ac
1 #
2 # Autoconf input file.
3 #
4 # Version:      $Id$
5 #
6
7 AC_PREREQ([2.59])
8 AC_INIT(rlm_sqlippool.c)
9 AC_REVISION($Revision$)
10 AC_DEFUN(modname,[rlm_sqlippool])
11
12 if test x$with_[]modname != xno; then
13
14         dnl  This module doesn't need any autoconf test which is not already
15         dnl  in top-level configure.
16
17         targetname=modname
18 else
19         targetname=
20         echo \*\*\* module modname is disabled.
21 fi
22
23 mod_ldflags=$SMART_LIBS
24 mod_cflags=$SMART_CFLAGS
25 AC_SUBST(mod_ldflags)
26 AC_SUBST(mod_cflags)
27 AC_SUBST(targetname)
28 AC_OUTPUT(all.mk)