summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-04-30 16:40:46 +0200
committerStef Walter <stefw@gnome.org>2012-04-30 17:23:07 +0200
commitb6bb4b9ca987fefa153fb73a7816316cf5bc122a (patch)
treee9a9455624633c8c8cd01ff68596e8ac23ce4622
parent7dc9217979865a8520d512b81ee40d5f1c7a7dfe (diff)
downloadgnome-keyring-b6bb4b9ca987fefa153fb73a7816316cf5bc122a.tar.gz
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>
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8cde4351..37a78a86 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)