From: foobar Date: Sun, 7 Jul 2002 00:47:16 +0000 (+0000) Subject: PHP_EVAL_LIBLINE must not reverse the order of libraries. X-Git-Tag: INITIAL_IMPORT_SOURCEFORGE~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b989395478c2cd326d8f562fd60a3ef681d4c1ea;p=php PHP_EVAL_LIBLINE must not reverse the order of libraries. --- diff --git a/acinclude.m4 b/acinclude.m4 index 2347889a3f..dd0f336e56 100644 --- a/acinclude.m4 +++ b/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-`