summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index a3f94279..5255ff1c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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