summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-rw-r--r--source4/configure.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/source4/configure.in b/source4/configure.in
index 16b5bb5f77..2f93788683 100644
--- a/source4/configure.in
+++ b/source4/configure.in
@@ -1,8 +1,10 @@
dnl -*- mode: m4-mode -*-
dnl Process this file with autoconf to produce a configure script.
-dnl We must use autotools 2.53 or above
-AC_PREREQ(2.53)
+dnl disabled 2.53 requirement - we do work with 2.52 on suse 7.3 for example
+dnl AC_PREREQ(2.53)
+
+
AC_INIT(include/includes.h)
AC_CONFIG_HEADER(include/config.h)