diff options
author | TingPing <tngpng@gmail.com> | 2013-06-15 21:52:04 -0300 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-06-15 21:52:04 -0300 |
commit | 3ffae231debb948d242e75bc33bf0cfe34d60b85 (patch) | |
tree | 32d0e1842d536d29de7da26b0f9ae003f0d20f42 | |
parent | 6a7557da0156b235b8bad58b255e16625a8ed47e (diff) |
Fix building with static spell
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4ccd1245..d4acd0aa 100644 --- a/configure.ac +++ b/configure.ac @@ -192,7 +192,7 @@ fi PKG_CHECK_MODULES([GOBJECT], [gobject-2.0], [], [AC_MSG_ERROR(Cannot find gobject-2.0!)]) COMMON_CFLAGS="$GLIB_CFLAGS $GOBJECT_CFLAGS -DG_DISABLE_SINGLE_INCLUDES" -COMMON_LIBS="$GLIB_LIBS $GOBJECT_LIBS" +COMMON_LIBS="$GLIB_LIBS $GOBJECT_LIBS -lgmodule-2.0" dnl ********************************************************************* dnl ** GTK ************************************************************** |