From 2325a41346b8cf7f2d9d5f9e4112a47d92a998df Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sun, 12 Nov 2000 12:01:05 +0000 Subject: [PATCH] PHP_FDFTK is always != no. $PHP_FDFTK is not. --- ext/fdf/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1