summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-06-26 18:15:56 +0000
committerfoobar <sniper@php.net>2003-06-26 18:15:56 +0000
commit71278c2969787e4f3bf2cb88fd8714431f969d66 (patch)
tree1ad7b7b333a0239001ac893c4ecd7a52b18a3ac9
parentdaae086380fb524959d8e7434d8ddce9f7cec640 (diff)
downloadphp-git-71278c2969787e4f3bf2cb88fd8714431f969d66.tar.gz
MFB
-rw-r--r--ext/cpdf/config.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/cpdf/config.m4 b/ext/cpdf/config.m4
index 54fec82b2e..7ec7a13c5a 100644
--- a/ext/cpdf/config.m4
+++ b/ext/cpdf/config.m4
@@ -52,13 +52,13 @@ AC_ARG_WITH(cpdflib,
[
PHP_WITH_SHARED
if test "$withval" != "no"; then
+ cpdf_withval=$withval
PHP_NEW_EXTENSION(cpdf, cpdf.c, $ext_shared)
PHP_SUBST(CPDF_SHARED_LIBADD)
-
CPDF_JPEG_TEST
CPDF_TIFF_TEST
- for i in $withval /usr /usr/local; do
+ for i in $cpdf_withval /usr /usr/local; do
if test -f "$i/include/cpdflib.h"; then
CPDFLIB_INCLUDE=$i/include
AC_MSG_CHECKING(for cpdflib.h)