[gnome-keyring] Typo GMODULE -> GLIB in AC_SUBST
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-keyring] Typo GMODULE -> GLIB in AC_SUBST
- Date: Mon, 30 Apr 2012 15:20:26 +0000 (UTC)
commit 24b830e00c015bdeeab74491b4b0e4b66eddd97d
Author: Justin Lecher <jlec gentoo org>
Date: Mon Apr 30 16:40:46 2012 +0200
Typo GMODULE -> GLIB in AC_SUBST
It seems that during the code duplication the actual substition call
wasn't changed to GMODULE.
Signed-off-by: Justin Lecher <jlec gentoo org>
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a6b58e6..0cfd53d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,8 +43,8 @@ AC_SUBST(GLIB_CFLAGS)
AC_SUBST(GLIB_LIBS)
PKG_CHECK_MODULES(GMODULE, gmodule-no-export-2.0)
-AC_SUBST(GLIB_CFLAGS)
-AC_SUBST(GLIB_LIBS)
+AC_SUBST(GMODULE_CFLAGS)
+AC_SUBST(GMODULE_LIBS)
PKG_CHECK_MODULES(GTHREAD, gthread-2.0 >= 2.8.0)
AC_SUBST(GTHREAD_CFLAGS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]