lower the autoconf requirement to 2.61 in order to pass on MacOSX
This commit is contained in:
parent
ae8102f1e3
commit
d4e13d6d95
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue