mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-22 15:19:16 +02:00
configure: Fix typo in ELF check
Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user