[Libreoffice-commits] .: configure.in
Petr Mladek
pmladek at kemper.freedesktop.org
Wed Oct 19 01:54:46 PDT 2011
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d6b626c6a9057a089680e0d012a344ed37fed5cd
Author: Petr Mladek <pmladek at suse.cz>
Date: Wed Oct 19 10:50:14 2011 +0200
fix configure with autoconf-2.59
it was enough to lower the version check; 2.59 is still used on SLED10
diff --git a/configure.in b/configure.in
index 157a527..6037452 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
More information about the Libreoffice-commits
mailing list