From: Marcus Boerger Date: Thu, 30 Jan 2003 21:36:05 +0000 (+0000) Subject: Revert this part, the new one adds more problems than it solves. X-Git-Tag: RELEASE_0_5~1358 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=302f97abbc31c539ca6d0df04d64a1e0e2d77361;p=php Revert this part, the new one adds more problems than it solves. --- 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 ])