blob: 468b69287246710f7dcd5b2c3209a86c9d270326 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- config.m4.orig 2013-12-11 00:31:06.000000000 +0100
+++ config.m4 2013-12-24 21:11:19.000000000 +0100
@@ -233,7 +233,7 @@
],[
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
])
|