From 9ab02c1428385c30b13e24872960474d44b6866b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20Mu=C5=BCy=C5=82o?= Date: Sun, 15 Apr 2012 11:17:07 -0400 Subject: [PATCH] configure: Fix typo in ELF check Signed-off-by: Colin Walters --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 849b262ec..9869daad4 100644 --- a/configure.ac +++ b/configure.ac @@ -1826,7 +1826,7 @@ if test $have_libelf = maybe; then if test $have_libelf != no; then LIBELF_LIBS=-lelf - have_libelf = yes + have_libelf=yes fi fi -- 2.11.0