diff options
author | Petr Mladek <pmladek@suse.cz> | 2011-10-19 10:50:14 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2011-10-19 10:54:34 +0200 |
commit | d6b626c6a9057a089680e0d012a344ed37fed5cd (patch) | |
tree | dac97bc03a5058683bd59382136b50796cac6795 /configure.in | |
parent | 0cb79e748687bcd3054cdcbf8961bc0b78279f85 (diff) |
fix configure with autoconf-2.59
it was enough to lower the version check; 2.59 is still used on SLED10
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 157a527c5d7d..603745290f77 100644 --- a/configure.in +++ b/configure.in @@ -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.61]) +AC_PREREQ([2.59]) ############################################################################### # Extensions switches --enable/--disable |