Permit EAP-Message and State from the home server, so that
[freeradius.git] / src / modules / rlm_sqlippool / configure.in
1 #
2 # Autoconf input file.
3 #
4 # Version:      $Id$
5 #
6
7 AC_INIT(rlm_sqlippool.c)
8 AC_REVISION($Revision$)
9 AC_DEFUN(modname,[rlm_sqlippool])
10
11 if test x$with_[]modname != xno; then
12
13         dnl  This module doesn't need any autoconf test which is not already
14         dnl  in top-level configure.
15
16         targetname=modname
17 else
18         targetname=
19         echo \*\*\* module modname is disabled.
20 fi
21
22 AC_SUBST(targetname)
23 AC_OUTPUT(Makefile)