lower the autoconf requirement to 2.61 in order to pass on MacOSX

This commit is contained in:
Norbert Thiebaud 2011-09-20 14:32:00 -05:00
parent ae8102f1e3
commit d4e13d6d95

View file

@ -3,7 +3,7 @@ dnl configure.in serves as input for the GNU autoconf package
dnl in order to create a configure script.
AC_INIT([LibreOffice], [3.5],,, [http://documentfoundation.org/])
AC_PREREQ(2.65)
AC_PREREQ(2.61)
###############################################################################
# Extensions switches --enable/--disable