From: Wouter Wijngaards Date: Mon, 2 Jul 2018 07:09:30 +0000 (+0000) Subject: - Fix checking for libhiredis printout in configure output. X-Git-Tag: release-1.8.0rc1~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61acc762449b7581cf7f32009b1b33fe5ebf8319;p=thirdparty%2Funbound.git - Fix checking for libhiredis printout in configure output. git-svn-id: file:///svn/unbound/trunk@4764 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/configure b/configure index 2a1687ae5..8b138efba 100755 --- a/configure +++ b/configure @@ -19000,10 +19000,10 @@ else withval="no" fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libhiredis" >&5 -$as_echo_n "checking for libhiredis... " >&6; } found_libhiredis="no" if test x_$withval = x_yes -o x_$withval != x_no; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libhiredis" >&5 +$as_echo_n "checking for libhiredis... " >&6; } if test x_$withval = x_ -o x_$withval = x_yes; then withval="/usr/local /opt/local /usr/lib /usr/pkg /usr/sfw /usr" fi diff --git a/configure.ac b/configure.ac index b2c95d1ae..c71b208f1 100644 --- a/configure.ac +++ b/configure.ac @@ -1181,9 +1181,9 @@ AC_CHECK_DECLS([XML_StopParser], [], [], [AC_INCLUDES_DEFAULT AC_ARG_WITH(libhiredis, AC_HELP_STRING([--with-libhiredis=path], [specify explicit path for libhiredis.]), [ ],[ withval="no" ]) -AC_MSG_CHECKING(for libhiredis) found_libhiredis="no" if test x_$withval = x_yes -o x_$withval != x_no; then + AC_MSG_CHECKING(for libhiredis) if test x_$withval = x_ -o x_$withval = x_yes; then withval="/usr/local /opt/local /usr/lib /usr/pkg /usr/sfw /usr" fi diff --git a/doc/Changelog b/doc/Changelog index 7b7f9f041..228391b3a 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +2 July 2018: Wouter + - Fix checking for libhiredis printout in configure output. + 29 June 2018: Wouter - dns64-ignore-aaaa: config option to list domain names for which the existing AAAA is ignored and dns64 processing is used on the A