configure: Fix typo in ELF check

Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
Rafał Mużyło 2012-04-15 11:17:07 -04:00 committed by Colin Walters
parent 4b98c512df
commit 6d19f11c89

View File

@ -1828,7 +1828,7 @@ if test $have_libelf = maybe; then
if test $have_libelf != no; then
LIBELF_LIBS=-lelf
have_libelf = yes
have_libelf=yes
fi
fi