dnl
dnl Copyright (C) 2003, 2004 Bojan Smojver, Rexursive
dnl
dnl This program is free software: you can redistribute it and/or modify it
dnl under the terms of the GNU Lesser General Public License as published by
dnl the Free Software Foundation, either version 2.1 of the License, or (at
dnl your option) any later version.
dnl
dnl This program is distributed in the hope that it will be useful, but
dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with this program. If not, see .
dnl
AC_MSG_CHECKING(for mod_spin module)
AC_ARG_ENABLE(spin,
AC_HELP_STRING([--enable-spin],[enable mod_spin (static)]),
[
if test "$enableval" = 'yes'; then
modpath_current=modules/spin
module=spin
libname=mod_spin.la
BUILTIN_LIBS="$BUILTIN_LIBS $modpath_current/$libname"
>$modpath_current/modules.mk
cat >>$modpath_current/modules.mk<