diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-06-25 11:19:49 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-06-25 11:19:49 +0000 |
commit | 0bf1b33ea084b0731b46542e0d92bd91fc347a44 (patch) | |
tree | baafc0ab24f05ef07771d2c42ac0acc00879edb7 /lang/php4/scripts | |
parent | Add dazuko 2.0.2, a common interface for 3rd party file access control. (diff) |
- Remove pdflib extension
- Point phpize to use libtoolize13
Notes
Notes:
svn path=/head/; revision=112221
Diffstat (limited to 'lang/php4/scripts')
-rw-r--r-- | lang/php4/scripts/configure.php | 1 | ||||
-rw-r--r-- | lang/php4/scripts/php4_options | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lang/php4/scripts/configure.php b/lang/php4/scripts/configure.php index c32d26415506..112483ef6d8d 100644 --- a/lang/php4/scripts/configure.php +++ b/lang/php4/scripts/configure.php @@ -61,7 +61,6 @@ ORACLE "Oracle support" ${WITH_ORACLE:-OFF} \ OVERLOAD "user-space object overloading support" ${WITH_OVERLOAD:-OFF} \ PCNTL "pcntl support (CLI only)" ${WITH_PCNTL:-OFF} \ PCRE "Perl Compatible Regular Expression support" ${WITH_PCRE:-OFF} \ -PDFLIB "PDFlib support" ${WITH_PDFLIB:-OFF} \ POSIX "POSIX-like functions" ${WITH_POSIX:-OFF} \ POSTGRESQL "PostgreSQL database support" ${WITH_POSTGRESQL:-OFF} \ PSPELL "pspell support" ${WITH_PSPELL:-OFF} \ diff --git a/lang/php4/scripts/php4_options b/lang/php4/scripts/php4_options index 2dab37c0f336..762459bf7cc1 100644 --- a/lang/php4/scripts/php4_options +++ b/lang/php4/scripts/php4_options @@ -41,7 +41,6 @@ WITH_ORACLE=OFF WITH_OVERLOAD=ON WITH_PCNTL=OFF WITH_PCRE=ON -WITH_PDFLIB=OFF WITH_POSIX=ON WITH_POSTGRESQL=OFF WITH_PSPELL=OFF |