From 5afb3c14541ec328483813e0783969ecc266042a Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 4 Mar 2001 01:35:29 +0000 Subject: 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 --- Makefile.am | 2 +- configure.in | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 8b20f487..3fc99503 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/configure.in b/configure.in index 1c297f7c..1fe63c32 100644 --- a/configure.in +++ b/configure.in @@ -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 -- cgit v1.2.3