blob: 13612e4a1eb930525473454b130f9c5214b4bdcb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- config.m4.orig 2016-07-20 10:41:48.000000000 +0200
+++ config.m4 2016-09-28 10:06:48.173731000 +0200
@@ -228,7 +228,7 @@ AC_DEFUN([PHP_GD_T1LIB],[
],[
AC_MSG_ERROR([Problem with libt1.(a|so). Please check config.log for more information.])
],[
- -L$GD_T1_DIR/$PHP_LIBDIR
+ -L$GD_T1_DIR/$PHP_LIBDIR -lm
])
fi
])
|