1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-21 03:14:16 -04:00

removed GLIB_DIR from Makefile, configure compiles it and "make

install" breaks since it tried to install glib too which wasn't needed.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1333 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-03-04 01:35:29 +00:00 committed by cras
parent d0a4404bdf
commit 5afb3c1454
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,7 @@ if BUILD_SERVERTEST
SERVERTEST=servertest
endif
SUBDIRS = po intl $(GLIB_DIR) src $(SERVERTEST) docs scripts
SUBDIRS = po intl src $(SERVERTEST) docs scripts
confdir = $(sysconfdir)/irssi
conf_DATA = config default.theme colorless.theme

View File

@ -280,7 +280,6 @@ AC_DEFUN(AC_CHECK_GLIBDIR,[
GLIB_LIBS="$GLIB_LIBS $full_glib_dir/gmodule/libgmodule.a"
fi
fi
AC_SUBST(GLIB_DIR)
AC_SUBST(GLIB_CFLAGS)
AC_SUBST(GLIB_LIBS)
else