1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-23 06:35:36 +00:00

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
This commit is contained in:
Timo Sirainen 2000-12-27 01:20:58 +00:00 committed by cras
parent ae030c4302
commit a676bd8155

View File

@ -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)