From: Frédéric Marchal Date: Fri, 29 Jan 2010 08:37:57 +0000 (+0000) Subject: Invalid variable for the default value of --enable-sargphp in configure.in X-Git-Tag: v2.3-pre2~106 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b51e26ba7349f142700ca388eb1d72635a03ea7e;p=thirdparty%2Fsarg.git Invalid variable for the default value of --enable-sargphp in configure.in --- diff --git a/configure.in b/configure.in index 3aafcb9..8de5d39 100644 --- a/configure.in +++ b/configure.in @@ -134,7 +134,7 @@ AC_ARG_ENABLE(sargphp, if test "$enableval" -a "x$enableval" != "xno" ; then SARGPHPDIR=$enableval fi -],[SARGPHP="/var/www/html"]) +],[SARGPHPDIR="/var/www/html"]) if test "$SARGPHPDIR" ; then echo "using $SARGPHPDIR as the directory to install sarg-php" AC_SUBST(SARGPHPDIR)