diff options
author | Timo Sirainen <cras@irssi.org> | 2001-03-04 01:35:29 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-03-04 01:35:29 +0000 |
commit | 5afb3c14541ec328483813e0783969ecc266042a (patch) | |
tree | 2b4b2dadd9b03d7f5dad52c5f359e5a900f3ed31 /configure.in | |
parent | d0a4404bdf4b43f7888525792d2f58577a1d6122 (diff) | |
download | irssi-5afb3c14541ec328483813e0783969ecc266042a.zip |
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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
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 |