From b51e26ba7349f142700ca388eb1d72635a03ea7e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Fri, 29 Jan 2010 08:37:57 +0000 Subject: [PATCH] Invalid variable for the default value of --enable-sargphp in configure.in --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5