import from branch_1_1:
[freeradius.git] / src / modules / rlm_sqlippool / configure.in
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 AC_SUBST(targetname)
24 AC_OUTPUT(Makefile)