configure: Fix typo in ELF check
authorRafał Mużyło <galtgendo@o2.pl>
Sun, 15 Apr 2012 15:17:07 +0000 (11:17 -0400)
committerColin Walters <walters@verbum.org>
Sun, 15 Apr 2012 15:17:28 +0000 (11:17 -0400)
Signed-off-by: Colin Walters <walters@verbum.org>
configure.ac

index 72a1cb1..e9b389b 100644 (file)
@@ -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