OSDN Git Service

configure: Fix typo in ELF check
authorRafał Mużyło <galtgendo@o2.pl>
Sun, 15 Apr 2012 15:17:07 +0000 (11:17 -0400)
committerMichael Biebl <biebl@debian.org>
Tue, 1 May 2012 15:22:17 +0000 (17:22 +0200)
Signed-off-by: Colin Walters <walters@verbum.org>
configure.ac

index 849b262..9869daa 100644 (file)
@@ -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