Browse Source

PHP_EVAL_LIBLINE must not reverse the order of libraries.

experimental/new_apache_hooks
foobar 24 years ago
parent
commit
b989395478
  1. 2
      acinclude.m4

2
acinclude.m4

@ -255,7 +255,7 @@ AC_DEFUN(PHP_EVAL_LIBLINE,[
case $ac_i in
-l*)
ac_ii=`echo $ac_i|cut -c 3-`
PHP_ADD_LIBRARY($ac_ii,,$2)
PHP_ADD_LIBRARY($ac_ii,1,$2)
;;
-L*)
ac_ii=`echo $ac_i|cut -c 3-`

Loading…
Cancel
Save