[glib/glib-2-32] configure: Fix typo in ELF check



commit 9ab02c1428385c30b13e24872960474d44b6866b
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 849b262..9869daa 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
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]