diff options
author | 2006-07-06 15:10:16 +0000 | |
---|---|---|
committer | 2006-07-06 15:10:16 +0000 | |
commit | 76171abd8b61bf7f7fea37fd630182b57d996224 (patch) | |
tree | 7d5c5e18295dda66a76fcc1aae0bc49c0d530bd9 /eclass | |
parent | Fixed patch-filename. (diff) | |
download | historical-76171abd8b61bf7f7fea37fd630182b57d996224.tar.gz historical-76171abd8b61bf7f7fea37fd630182b57d996224.tar.bz2 historical-76171abd8b61bf7f7fea37fd630182b57d996224.zip |
Fix PDO-Sqlite configure bug.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php5_1-sapi.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5_1-sapi.eclass b/eclass/php5_1-sapi.eclass index 2515f1c8378f..d9f17259c0ca 100644 --- a/eclass/php5_1-sapi.eclass +++ b/eclass/php5_1-sapi.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5_1-sapi.eclass,v 1.26 2006/06/04 22:59:15 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5_1-sapi.eclass,v 1.27 2006/07/06 15:10:16 chtekk Exp $ # # ######################################################################## # @@ -511,7 +511,7 @@ php5_1-sapi_src_compile() { fi phpconfutils_extension_with "pdo-odbc" "odbc" 1 "unixODBC,/usr" phpconfutils_extension_with "pdo-pgsql" "postgres" 1 - phpconfutils_extension_without "pdo-sqlite" "sqlite" 1 + phpconfutils_extension_with "pdo-sqlite" "sqlite" 1 fi # readline/libedit support |