mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04: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:
parent
30802787dc
commit
346fe6af7b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user