From: Rafał Mużyło Date: Sun, 15 Apr 2012 15:17:07 +0000 (-0400) Subject: configure: Fix typo in ELF check X-Git-Tag: 2.33.1~123 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6d19f11c89db11cd5bb3637c83261b6316b150df;p=platform%2Fupstream%2Fglib.git configure: Fix typo in ELF check Signed-off-by: Colin Walters --- 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