mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02: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:
parent
d0a4404bdf
commit
5afb3c1454
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue