[Libreoffice-commits] .: configure.in

Caolán McNamara caolan at kemper.freedesktop.org
Thu Jun 9 12:02:53 PDT 2011


 configure.in |   13 -------------
 1 file changed, 13 deletions(-)

New commits:
commit aa3ba9f25764f90c9f786d48c1fb751970b5c698
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Jun 9 12:44:29 2011 +0100

    this links-are-a-problem thing on windows seems to be archaic now

diff --git a/configure.in b/configure.in
index a05bb6d..48d989a 100755
--- a/configure.in
+++ b/configure.in
@@ -1526,19 +1526,6 @@ AC_SUBST(PTHREAD_CFLAGS)
 AC_SUBST(PTHREAD_LIBS)
 
 if test $build_os = "cygwin"; then
-   AC_MSG_CHECKING([Cygwin build environment sanity])
-   dnl ===================================================================
-   dnl Sanity check! Native Windows programs cannot use Cygwin symlinks!
-   dnl ===================================================================
-   dnl As long as awk instead of $AWK is used somewhere in the sources,
-   dnl check for $AWK and awk. $AWK is pointing to gawk in Cygwin.
-   if test -L $AWK -o -L `which awk` -o -L `which tar` -o -L `which gunzip` ; then
-      AC_MSG_ERROR([$AWK, awk, tar or gunzip is a Cygwin symlink!
-Native Windows programs cannot use Cygwin symlinks. Remove the symbolic
-link, and copy the program to the name of the link.])
-   fi
-   AC_MSG_RESULT([ok])
-
    dnl ===================================================================
    dnl If $CC is set to a MinGW compiler, set WITH_MINGW
    dnl ===================================================================


More information about the Libreoffice-commits mailing list