mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-28 23:12:17 +01:00
configure: Fix typo in ELF check
Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
committed by
Colin Walters
parent
4b98c512df
commit
6d19f11c89
@@ -1828,7 +1828,7 @@ if test $have_libelf = maybe; then
|
|||||||
|
|
||||||
if test $have_libelf != no; then
|
if test $have_libelf != no; then
|
||||||
LIBELF_LIBS=-lelf
|
LIBELF_LIBS=-lelf
|
||||||
have_libelf = yes
|
have_libelf=yes
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user