From 1f1d49bbd620f53bdcca9e54ab04606c0bcbe69a Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 26 Jun 2003 18:06:46 +0000 Subject: [PATCH] Fixed bug #24261 --- ext/cpdf/config.m4 | 4 ++-- 1 file 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) -- 2.50.1