From 49794e241a3b911b23aecc412ad1b7e570f278a3 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 17 Jan 2014 15:32:46 +0100 Subject: [PATCH] let the build with external libs work not sure what all that cruft was about; where are the comments!? --- config9.m4 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config9.m4 b/config9.m4 index a5ede93..ce63132 100644 --- a/config9.m4 +++ b/config9.m4 @@ -187,10 +187,9 @@ dnl ---- save_LIBS="$LIBS" LIBS= save_CFLAGS="$CFLAGS" - CFLAGS=`$CURL_CONFIG --cflags` + CFLAGS="$CFLAGS `$CURL_CONFIG --cflags`" save_LDFLAGS="$LDFLAGS" - LDFLAGS=`$CURL_CONFIG --libs` - LDFLAGS="$LDFLAGS $ld_runpath_switch$CURL_DIR/$PHP_LIBDIR" + LDFLAGS="$LDFLAGS `$CURL_CONFIG --libs` $ld_runpath_switch$CURL_DIR/$PHP_LIBDIR" AC_MSG_CHECKING([for SSL support in libcurl]) CURL_SSL=`$CURL_CONFIG --feature | $EGREP SSL` -- 2.30.2