]> granicus.if.org Git - php/commitdiff
PHP_EVAL_LIBLINE must not reverse the order of libraries.
authorfoobar <sniper@php.net>
Sun, 7 Jul 2002 00:47:16 +0000 (00:47 +0000)
committerfoobar <sniper@php.net>
Sun, 7 Jul 2002 00:47:16 +0000 (00:47 +0000)
acinclude.m4

index 2347889a3fb6e03e58d8bc0d32c0dbf6fd1c2621..dd0f336e56c3103db9be36d0674c8229207a9235 100644 (file)
@@ -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-`