From 302f97abbc31c539ca6d0df04d64a1e0e2d77361 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Thu, 30 Jan 2003 21:36:05 +0000 Subject: [PATCH] Revert this part, the new one adds more problems than it solves. --- ext/dba/config.m4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ext/dba/config.m4 b/ext/dba/config.m4 index a7a7e9f38f..39081b0420 100644 --- a/ext/dba/config.m4 +++ b/ext/dba/config.m4 @@ -10,8 +10,7 @@ AC_DEFUN(PHP_DBA_STD_BEGIN,[ AC_DEFUN(PHP_TEMP_LDFLAGS,[ old_LDFLAGS=$LDFLAGS -dnl LDFLAGS="$1 $LDFLAGS" - LDFLAGS="$1" + LDFLAGS="$1 $LDFLAGS" $2 LDFLAGS=$old_LDFLAGS ]) -- 2.50.1