Skip to content

Commit 8962f15

Browse files
author
foobar
committed
MFH
1 parent b1534dd commit 8962f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/gd/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ AC_DEFUN(PHP_GD_T1LIB,[
144144
fi
145145
done
146146
147-
if test "$T1_DIR"; then
147+
if test -n "$T1_DIR"; then
148148
AC_CHECK_LIB(t1, T1_GetExtend,
149149
[
150150
AC_DEFINE(HAVE_LIBT1,1,[ ])

0 commit comments

Comments
 (0)