From a15f08cfd36aed5c19a82dc4aa9ea1b76108166a Mon Sep 17 00:00:00 2001 From: Timothy Stack Date: Thu, 26 Mar 2015 20:42:18 -0700 Subject: [PATCH] [build] autogen --- configure | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/configure b/configure index 403fcdf7..84b7c8ef 100755 --- a/configure +++ b/configure @@ -6537,10 +6537,10 @@ $as_echo "$as_me: Checking for yajl libs" >&6;} ;; #( if test "x$CPPFLAGS" = "x"; then - test "x$verbose" = "xyes" && echo " setting CPPFLAGS to \""-I$withval/include"\"" - CPPFLAGS=""-I$withval/include"" + test "x$verbose" = "xyes" && echo " setting CPPFLAGS to \"-I$withval/include\"" + CPPFLAGS="-I$withval/include" else - ats_addto_bugger=""-I$withval/include"" + ats_addto_bugger="-I$withval/include" for i in $ats_addto_bugger; do ats_addto_duplicate="0" for j in $CPPFLAGS; do @@ -6558,10 +6558,10 @@ $as_echo "$as_me: Checking for yajl libs" >&6;} ;; #( if test "x$LDFLAGS" = "x"; then - test "x$verbose" = "xyes" && echo " setting LDFLAGS to \""-I$withval/lib"\"" - LDFLAGS=""-I$withval/lib"" + test "x$verbose" = "xyes" && echo " setting LDFLAGS to \"-I$withval/lib\"" + LDFLAGS="-I$withval/lib" else - ats_addto_bugger=""-I$withval/lib"" + ats_addto_bugger="-I$withval/lib" for i in $ats_addto_bugger; do ats_addto_duplicate="0" for j in $LDFLAGS; do @@ -6579,10 +6579,10 @@ $as_echo "$as_me: Checking for yajl libs" >&6;} ;; #( if test "x$LIBTOOL_LINK_FLAGS" = "x"; then - test "x$verbose" = "xyes" && echo " setting LIBTOOL_LINK_FLAGS to \""-R$withval/lib"\"" - LIBTOOL_LINK_FLAGS=""-R$withval/lib"" + test "x$verbose" = "xyes" && echo " setting LIBTOOL_LINK_FLAGS to \"-R$withval/lib\"" + LIBTOOL_LINK_FLAGS="-R$withval/lib" else - ats_addto_bugger=""-R$withval/lib"" + ats_addto_bugger="-R$withval/lib" for i in $ats_addto_bugger; do ats_addto_duplicate="0" for j in $LIBTOOL_LINK_FLAGS; do @@ -7695,10 +7695,10 @@ fi READLINE_CFLAGS="-I$with_readline/include" if test "x$CPPFLAGS" = "x"; then - test "x$verbose" = "xyes" && echo " setting CPPFLAGS to \""-I$with_readline/include"\"" - CPPFLAGS=""-I$with_readline/include"" + test "x$verbose" = "xyes" && echo " setting CPPFLAGS to \"-I$with_readline/include\"" + CPPFLAGS="-I$with_readline/include" else - ats_addto_bugger=""-I$with_readline/include"" + ats_addto_bugger="-I$with_readline/include" for i in $ats_addto_bugger; do ats_addto_duplicate="0" for j in $CPPFLAGS; do @@ -7885,10 +7885,10 @@ fi *) : if test "x$CPPFLAGS" = "x"; then - test "x$verbose" = "xyes" && echo " setting CPPFLAGS to \""-I$with_sqlite3/include"\"" - CPPFLAGS=""-I$with_sqlite3/include"" + test "x$verbose" = "xyes" && echo " setting CPPFLAGS to \"-I$with_sqlite3/include\"" + CPPFLAGS="-I$with_sqlite3/include" else - ats_addto_bugger=""-I$with_sqlite3/include"" + ats_addto_bugger="-I$with_sqlite3/include" for i in $ats_addto_bugger; do ats_addto_duplicate="0" for j in $CPPFLAGS; do