]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix checking for libhiredis printout in configure output.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 2 Jul 2018 07:09:30 +0000 (07:09 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 2 Jul 2018 07:09:30 +0000 (07:09 +0000)
git-svn-id: file:///svn/unbound/trunk@4764 be551aaa-1e26-0410-a405-d3ace91eadb9

configure
configure.ac
doc/Changelog

index 2a1687ae58da8f06edacb30c9c5efa6e904d242b..8b138efba1fff047e86aa71daf1db76263c13b8e 100755 (executable)
--- 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
index b2c95d1aea9db5a78be05ee236ca217d7d0beebf..c71b208f11179d0bec99d3ecb50696d75cde7416 100644 (file)
@@ -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
index 7b7f9f041fcba2c911c99aa7df6784b7fba9f05f..228391b3abb61a0d85d8482ef318469816875b2d 100644 (file)
@@ -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