diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-07-06 15:10:16 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-07-06 15:10:16 +0000 |
commit | 5dfb608b55faf8e643dce35b38390b9cfdcbc395 (patch) | |
tree | e9feea5bfb4b8ab0aaa522a908882dd0a0c49a76 /eclass | |
parent | Fixed patch-filename. (diff) | |
download | gentoo-2-5dfb608b55faf8e643dce35b38390b9cfdcbc395.tar.gz gentoo-2-5dfb608b55faf8e643dce35b38390b9cfdcbc395.tar.bz2 gentoo-2-5dfb608b55faf8e643dce35b38390b9cfdcbc395.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 |