[glib] configure: Fix typo in ELF check
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] configure: Fix typo in ELF check
- Date: Sun, 15 Apr 2012 15:18:22 +0000 (UTC)
commit 6d19f11c89db11cd5bb3637c83261b6316b150df
Author: RafaÅ MuÅyÅo <galtgendo o2 pl>
Date: Sun Apr 15 11:17:07 2012 -0400
configure: Fix typo in ELF check
Signed-off-by: Colin Walters <walters verbum org>
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 72a1cb1..e9b389b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]