diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-08-23 16:27:34 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-08-23 16:27:34 +0200 |
commit | b7f5f045c6b25ffe3957431acd1d5a9e0330ebfa (patch) | |
tree | 1b9acd4b39b80b903f54f23f1ea52fa076802524 /configure.in | |
parent | 2ca267d1c850e2d7b445793eee67badc99f29e50 (diff) |
Fix linking against gmodule
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 2a93945f..4d09df6c 100644 --- a/configure.in +++ b/configure.in @@ -185,6 +185,7 @@ fi COMMON_CFLAGS="$GLIB_CFLAGS" COMMON_LIBS="$GLIB_LIBS" +COMMON_LIBS="$COMMON_LIBS -lgmodule-2.0" dnl ********************************************************************* dnl ** GTK ************************************************************** |