diff options
-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,[ ]) |