1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-08-01 15:03:39 +02:00

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

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