mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-17 04:02:54 -05:00
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:
parent
eb3114596c
commit
6f0a64d3a2
1 changed files with 1 additions and 2 deletions
3
configure
vendored
3
configure
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue