From: Sascha Schumann Date: Sun, 12 Nov 2000 12:01:05 +0000 (+0000) Subject: PHP_FDFTK is always != no. $PHP_FDFTK is not. X-Git-Tag: php-4.0.4RC3~234 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2325a41346b8cf7f2d9d5f9e4112a47d92a998df;p=php PHP_FDFTK is always != no. $PHP_FDFTK is not. --- diff --git a/ext/fdf/config.m4 b/ext/fdf/config.m4 index 161518e8bb..73259bb839 100644 --- a/ext/fdf/config.m4 +++ b/ext/fdf/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ PHP_ARG_WITH(fdftk, for fdftk support, [ --with-fdftk[=DIR] Include fdftk support]) -if test "PHP_FDFTK" != "no"; then +if test "$PHP_FDFTK" != "no"; then if test -r $PHP_FDFTK/include/FdfTk.h; then FDFTK_DIR=$PHP_FDFTK else