From b989395478c2cd326d8f562fd60a3ef681d4c1ea Mon Sep 17 00:00:00 2001 From: foobar Date: Sun, 7 Jul 2002 00:47:16 +0000 Subject: [PATCH] PHP_EVAL_LIBLINE must not reverse the order of libraries. --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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-` -- 2.40.0