SOURCES: sqlrelay-ac.patch - $enableval not $withval

glen glen at pld-linux.org
Tue Sep 12 12:05:42 CEST 2006


Author: glen                         Date: Tue Sep 12 10:05:42 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- $enableval not $withval

---- Files affected:
SOURCES:
   sqlrelay-ac.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/sqlrelay-ac.patch
diff -u SOURCES/sqlrelay-ac.patch:1.1 SOURCES/sqlrelay-ac.patch:1.2
--- SOURCES/sqlrelay-ac.patch:1.1	Tue Sep 12 12:00:55 2006
+++ SOURCES/sqlrelay-ac.patch	Tue Sep 12 12:05:36 2006
@@ -5,7 +5,7 @@
  AC_ARG_ENABLE(mysql,
  	[  --disable-mysql               Don't build MySQL connection],
 -	ENABLE_MYSQL="",
-+	ENABLE_MYSQL="$withval",
++	ENABLE_MYSQL="$enableval",
  	ENABLE_MYSQL="yes")
  AC_ARG_ENABLE(mysql-rpath,
  	[  --enable-mysql-rpath          Use -rpath when building MySQL connection],
@@ -14,7 +14,7 @@
  AC_ARG_ENABLE(perl,
  	[  --disable-perl                Don't build Perl api],
 -	ENABLE_PERL="",
-+	ENABLE_PERL="$withval",
++	ENABLE_PERL="$enableval",
  	ENABLE_PERL="yes")
  AC_ARG_WITH(perl-site-arch,
  	[  --with-perl-site-arch         Override Perl's built-in PERLSITEARCH variable (location to install binary perl modules)],
@@ -23,7 +23,7 @@
  AC_ARG_ENABLE(python,
  	[  --disable-python              Don't build Python api],
 -	ENABLE_PYTHON="",
-+	ENABLE_PYTHON="$withval",
++	ENABLE_PYTHON="$enableval",
  	ENABLE_PYTHON="yes")
  AC_ARG_ENABLE(python-rpath,
  	[  --enable-python-rpath         Use -rpath when linking the Python library against the SQL Relay client library],
@@ -32,7 +32,7 @@
  AC_ARG_ENABLE(php,
  	[  --disable-php                 Don't build PHP api],
 -	ENABLE_PHP="",
-+	ENABLE_PHP="$withval",
++	ENABLE_PHP="$enableval",
  	ENABLE_PHP="yes")
  AC_ARG_ENABLE(php-rpath,
  	[  --enable-php-rpath            Use -rpath when linking the PHP library against the SQL Relay client library],
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/sqlrelay-ac.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list