fix typo in libexpat detect and echo

git-svn-id: file:///svn/unbound/trunk@2246 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2010-09-24 15:06:15 +00:00
parent eb3114596c
commit 6f0a64d3a2

3
configure vendored
View file

@ -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.