From: Wouter Wijngaards Date: Fri, 24 Sep 2010 15:06:15 +0000 (+0000) Subject: fix typo in libexpat detect and echo X-Git-Tag: release-1.4.7rc1~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f0a64d3a2174b115b64256398fd07948740b820;p=thirdparty%2Funbound.git fix typo in libexpat detect and echo git-svn-id: file:///svn/unbound/trunk@2246 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/configure b/configure index 06b766351..7d2de0a4d 100755 --- 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.