]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
fix typo in libexpat detect and echo
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 24 Sep 2010 15:06:15 +0000 (15:06 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 24 Sep 2010 15:06:15 +0000 (15:06 +0000)
git-svn-id: file:///svn/unbound/trunk@2246 be551aaa-1e26-0410-a405-d3ace91eadb9

configure

index 06b766351ed8cf0e2db940c024861b45f95832c9..7d2de0a4d6a2fa59ab9a1fb17c4b40116e9897fb 100755 (executable)
--- a/configure
+++ b/configure
@@ -15606,7 +15606,6 @@ fi
 $as_echo_n "checking for libexpat... " >&6; }
 found_libexpat="no"
 for dir in /usr/local /opt/local /usr/lib /usr/pkg /usr/sfw /usr; do
-            echo if test -f "$dir/include/expat.h"
             if test -f "$dir/include/expat.h"; then
                found_libexpat="yes"
                                if test "$dir" != "/usr"; then
@@ -15635,7 +15634,7 @@ fi
 done
 
 
-# set static linking if requestd
+# set static linking if requested
 
 staticexe=""
 # Check whether --enable-staticexe was given.