diff options
author | foobar <sniper@php.net> | 2001-06-04 01:36:14 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2001-06-04 01:36:14 +0000 |
commit | 08ef1eac4ad86eb06009b822f1489d08e5e0c49a (patch) | |
tree | de9624a460cb33223c37e356a454bb3d82cd03bd /ext | |
parent | d892b34a3680ac8d560bce697940ad0512496fbc (diff) | |
download | php-git-08ef1eac4ad86eb06009b822f1489d08e5e0c49a.tar.gz |
Always use -n...
Diffstat (limited to 'ext')
-rw-r--r-- | ext/gd/config.m4 | 2 |
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,[ ]) |