[anjuta] build: Fix check of glibe 2.29



commit 9d00d32e38019bb029f37372b7d3d68e1e1cfb65
Author: SÃbastien Granjoux <seb sfo free fr>
Date:   Sun Sep 25 11:02:07 2011 +0200

    build: Fix check of glibe 2.29

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 46684c1..2530735 100644
--- a/configure.ac
+++ b/configure.ac
@@ -176,7 +176,7 @@ PKG_CHECK_MODULES([GLIB_NEW],
    HAVE_GLIB_2_29_2=1,
    HAVE_GLIB_2_29_2=0)
 AC_SUBST(HAVE_GLIB_2_29_2)
-AC_DEFINE_UNQUOTED([HAVE_GLIB_2_29_2], $HAVE_GLIB_2_29_2, [Define to 1 if glib is version 2.29.2 or greater])
+AC_DEFINE_UNQUOTED([GLIB_2_29_2], $HAVE_GLIB_2_29_2, [Define to 1 if glib is version 2.29.2 or greater])
 
 dnl Check for autogen
 dnl -----------------



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