diff options
| author | Marcus Boerger <helly@php.net> | 2003-01-30 21:36:05 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2003-01-30 21:36:05 +0000 |
| commit | 302f97abbc31c539ca6d0df04d64a1e0e2d77361 (patch) | |
| tree | 5be03db1fb6baf520995ef098ab867d657506f78 /ext | |
| parent | 4cf174cbd44de97cc1f504a0f47865454cd6fabc (diff) | |
| download | php-git-302f97abbc31c539ca6d0df04d64a1e0e2d77361.tar.gz | |
Revert this part, the new one adds more problems than it solves.
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/dba/config.m4 | 3 |
1 files changed, 1 insertions, 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 ]) |
