summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-12-27 01:20:58 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-12-27 01:20:58 +0000
commita676bd8155756bb3dad19f13897f4aee402cfc68 (patch)
treeb8ca7269d225b0f3a4e4de5ed8709dec3814535d /configure.in
parentae030c43029da2b3daf154523878033ca7366dec (diff)
downloadirssi-a676bd8155756bb3dad19f13897f4aee402cfc68.zip
when using glib built in irssi dir, add glib_dir/gmodule to include
path so #include <gmodule.h> doesn't fail git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1019 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e8ac6962..8feb2698 100644
--- a/configure.in
+++ b/configure.in
@@ -239,7 +239,7 @@ if test "x$GLIB_DIR" != "x"; then
AC_MSG_RESULT([yes, using it])
full_glib_dir="`pwd`/$GLIB_DIR"
- GLIB_CFLAGS="-I$full_glib_dir"
+ GLIB_CFLAGS="-I$full_glib_dir -I$full_glib_dir/gmodule"
GLIB_LIBS="$full_glib_dir/.libs/libglib.a $full_glib_dir/gmodule/.libs/libgmodule.a"
AC_SUBST(GLIB_DIR)
AC_SUBST(GLIB_CFLAGS)