We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91a531 commit 7263c22Copy full SHA for 7263c22
ext/gd/config.m4
@@ -220,7 +220,7 @@ AC_DEFUN(PHP_GD_T1LIB,[
220
],[
221
AC_MSG_ERROR([Problem with libt1.(a|so). Please check config.log for more information.])
222
223
- -L$GD_T1_DIR/lib
+ -L$GD_T1_DIR/$PHP_LIBDIR
224
])
225
fi
226
@@ -363,7 +363,7 @@ dnl Header path
363
done
364
365
dnl Library path
366
- for i in lib/gd1.3 lib/gd lib gd1.3 gd ""; do
+ for i in $PHP_LIBDIR/gd1.3 $PHP_LIBDIR/gd $PHP_LIBDIR gd1.3 gd ""; do
367
test -f "$PHP_GD/$i/libgd.$SHLIB_SUFFIX_NAME" -o -f "$PHP_GD/$i/libgd.a" && GD_LIB="$PHP_GD/$i"
368
369
0 commit comments