summaryrefslogtreecommitdiffstats
path: root/src/modules/rlm_sql_map/configure.ac
blob: ef8b797cb6cc538b7608f2d3298bcd3edc421758 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
AC_PREREQ([2.59])
AC_INIT(rlm_sql_map.c)
AC_REVISION($Revision$)
FR_INIT_MODULE([rlm_sql_map])

if test x$with_[]modname != xno; then

	dnl  This module doesn't need any autoconf test which is not already
	dnl  in top-level configure.

	targetname=modname
else
	targetname=
	echo \*\*\* module modname is disabled.
fi

mod_ldflags="$SMART_LIBS"
mod_cflags="$SMART_CPPFLAGS"
AC_SUBST(mod_ldflags)
AC_SUBST(mod_cflags)
AC_SUBST(targetname)
AC_OUTPUT(all.mk)