summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5b144d9..454bca3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,12 +64,12 @@ AC_CHECK_HEADERS([libintl.h locale.h memory.h stdio.h stdlib.h string.h])
dnl ***********************************
dnl *** Check for required packages ***
dnl ***********************************
-PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.42.0])
+PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.50.0])
dnl **********************
dnl *** Generate files ***
dnl **********************
-AC_OUTPUT([
+AC_CONFIG_FILES([
Makefile
helpers/Makefile
m4macros/Makefile
@@ -80,5 +80,6 @@ docs/Makefile
tests/Makefile
tests/data/Makefile
])
+AC_OUTPUT
dnl vi:set ts=2 sw=2 et ai: