summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-06-04 01:36:47 +0000
committerfoobar <sniper@php.net>2001-06-04 01:36:47 +0000
commit8962f1506ca798c9c85d636fa0a03a09acedebf0 (patch)
tree6de814466df33852f554d6b7318daca0cb48154d
parentb1534ddc7d02fdb626ee2f0b5605f6d5317da1d2 (diff)
downloadphp-git-8962f1506ca798c9c85d636fa0a03a09acedebf0.tar.gz
MFH
-rw-r--r--ext/gd/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/config.m4 b/ext/gd/config.m4
index 6beb697953..a6ff4b5cd1 100644
--- a/ext/gd/config.m4
+++ b/ext/gd/config.m4
@@ -144,7 +144,7 @@ AC_DEFUN(PHP_GD_T1LIB,[
fi
done
- if test "$T1_DIR"; then
+ if test -n "$T1_DIR"; then
AC_CHECK_LIB(t1, T1_GetExtend,
[
AC_DEFINE(HAVE_LIBT1,1,[ ])