]> granicus.if.org Git - php/commitdiff
This should work better. Thanks to Jon Wagoner <jwagoner@wlion.com>
authorfoobar <sniper@php.net>
Wed, 1 Aug 2001 13:15:26 +0000 (13:15 +0000)
committerfoobar <sniper@php.net>
Wed, 1 Aug 2001 13:15:26 +0000 (13:15 +0000)
ext/fdf/config.m4

index 2f2cf1e0767063e5ae029f04bc830ff3fe0e8f2b..62a51a0221fde40d31279e8cffb37e38f345bb8b 100644 (file)
@@ -28,8 +28,8 @@ if test "$PHP_FDFTK" != "no"; then
     AC_CHECK_LIB($i, FDFOpen, [FDFLIBRARY=$i], [], [-L$FDFTK_DIR/lib -lm])
   done
   
-  if test $FDFLIBRARY = ""; then
-    AC_MSG_ERROR(fdftk module requires fdftk 2.0)
+  if test -z "$FDFLIBRARY"; then
+    AC_MSG_ERROR(fdftk module requires >= fdftk 2.0)
   fi
   
   AC_DEFINE(HAVE_FDFLIB,1,[ ])