diff options
author | Stuart Herbert <stuart@gentoo.org> | 2004-08-20 21:45:42 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2004-08-20 21:45:42 +0000 |
commit | da9ece95d166521153d5a3fbef72749692db745d (patch) | |
tree | 21da94dde1a5921dd6bfcb15847bfda837c00691 /eclass | |
parent | Marking 3.7 stable on x86. (diff) | |
download | historical-da9ece95d166521153d5a3fbef72749692db745d.tar.gz historical-da9ece95d166521153d5a3fbef72749692db745d.tar.bz2 historical-da9ece95d166521153d5a3fbef72749692db745d.zip |
Added warnings for jpeg et al
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php5-sapi.eclass | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/php5-sapi.eclass b/eclass/php5-sapi.eclass index a6cc94c62db6..6437ebd683f3 100644 --- a/eclass/php5-sapi.eclass +++ b/eclass/php5-sapi.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.24 2004/08/14 22:04:28 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.25 2004/08/20 21:45:42 stuart Exp $ # # eclass/php5-sapi.eclass # Eclass for building different php5 SAPI instances @@ -184,6 +184,11 @@ php5-sapi_check_awkward_uses () { enable_extension_with "gd" "gd" 0 fi + confutils_use_depend_any "jpeg" "gd" "gd-external" + confutils_use_depend_any "png" "gd" "gd-external" + confutils_use_depend_any "tiff" "gd" "gd-external" + confutils_use_depend_any "xpm" "gd" "gd-external" + if useq imap ; then enable_extension_with "imap" "imap" 1 # the IMAP-SSL arg doesn't parse 'shared,/usr/lib' right |