From 6f0a64d3a2174b115b64256398fd07948740b820 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Fri, 24 Sep 2010 15:06:15 +0000 Subject: [PATCH] fix typo in libexpat detect and echo git-svn-id: file:///svn/unbound/trunk@2246 be551aaa-1e26-0410-a405-d3ace91eadb9 --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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. -- 2.47.2