summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-06-04 01:36:14 +0000
committerfoobar <sniper@php.net>2001-06-04 01:36:14 +0000
commit08ef1eac4ad86eb06009b822f1489d08e5e0c49a (patch)
treede9624a460cb33223c37e356a454bb3d82cd03bd /ext
parentd892b34a3680ac8d560bce697940ad0512496fbc (diff)
downloadphp-git-08ef1eac4ad86eb06009b822f1489d08e5e0c49a.tar.gz
Always use -n...
Diffstat (limited to 'ext')
-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 0094b9a5be..43a3597942 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,[ ])