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

more fixes, should finally work everywhere now :)

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2711 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-04-23 19:47:24 +00:00 committed by cras
parent 30802787dc
commit 346fe6af7b

View File

@ -121,7 +121,8 @@ aclocal $aclocalinclude
# aclocal for some reason doesn't complain about glib2, so we still need
# to check it later again..
if ! grep "^AC_DEFUN.AM_PATH_GLIB_2_0" aclocal.m4 >/dev/null; then
if grep "^AC_DEFUN.AM_PATH_GLIB_2_0" aclocal.m4 >/dev/null; then :;
else
cp glib-2.0.m4_ glib-2.0.m4
aclocal $aclocalinclude
fi