From d63edeba21e2aebb2c34924db15a525c17f550ce Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Thu, 3 Jan 2002 20:30:07 +0000 Subject: make configure more robust if extensions add libraries without checking for their existance first old behaviour was to fail on the next library check with misleading messages, now configure will work but make will fail with a 'lib not found' message --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index f2d1972084..508ae4494d 100644 --- a/configure.in +++ b/configure.in @@ -727,7 +727,7 @@ if test "$abs_srcdir" != "$abs_builddir"; then INCLUDES="$INCLUDES -I\$(top_srcdir)/TSRM" fi -EXTRA_LIBS="$EXTRA_LIBS $DLIBS $LIBS" +EXTRA_LIBS="$EXTRA_LIBS $DLIBS $LIBS $PHP_EXTENSION_LIBS" unset LIBS LDFLAGS PHP_CONFIGURE_PART(Configuring TSRM) -- cgit v1.2.1