1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 06:21:12 +02:00

Always use -n...

This commit is contained in:
foobar
2001-06-04 01:36:14 +00:00
parent d892b34a36
commit 08ef1eac4a

View File

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