[Libreoffice-commits] .: configure.in
Sebastian Spaeth
spaetz at kemper.freedesktop.org
Fri Dec 10 06:03:38 PST 2010
configure.in | 12 ------------
1 file changed, 12 deletions(-)
New commits:
commit 0af282af4ddf5c97c8680c130fe8512dc87e3fe4
Author: Sebastian Spaeth <Sebastian at SSpaeth.de>
Date: Fri Dec 10 15:03:32 2010 +0100
Remove obsolete cygwin >1.5 test
diff --git a/configure.in b/configure.in
index e08f57e..8e1a3e0 100755
--- a/configure.in
+++ b/configure.in
@@ -1373,18 +1373,6 @@ if test "$build" != "$host" -o "$build" != "$target" \
fi
dnl ===================================================================
-dnl Checks for cygwin >= 1.5
-dnl ===================================================================
-if echo "$build_os" | grep cygwin; then
- AC_MSG_CHECKING([Cygwin version])
- CygwinVer=`uname -r`
- AC_MSG_RESULT([$CygwinVer])
- if test "`echo $CygwinVer | $AWK -F . '{ print $1$2 }'`" -lt "15"; then
- AC_MSG_ERROR([You need at least Cygwin V1.5.x])
- fi
-fi
-
-dnl ===================================================================
dnl The following is a list of supported systems.
dnl Sequential to keep the logic very simple
dnl These values may be checked and reset later.
More information about the Libreoffice-commits
mailing list