From: Nicklas Avén Date: Thu, 21 Jan 2010 13:08:34 +0000 (+0000) Subject: add missing comment X-Git-Tag: 1.5.0rc1~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c3126d0111bb5d1ebc17e43b97e452e46ef884a;p=postgis add missing comment git-svn-id: http://svn.osgeo.org/postgis/trunk@5149 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/configure.ac b/configure.ac index f8aa26d24..7c8c85fcf 100644 --- a/configure.ac +++ b/configure.ac @@ -76,6 +76,10 @@ dnl AC_CHECK_HEADER([ieeefp.h], [HAVE_IEEEFP_H=1], [HAVE_IEEEFP_H=0]) AC_DEFINE_UNQUOTED([HAVE_IEEEFP_H], [$HAVE_IEEEFP_H], [ieeefp.h header]) +dnl +dnl MingW requires use of pwd -W to give proper Windows (not MingW) paths +dnl for in-place regression tests +dnl case $host_os in *mingw*) PWDREGRESS="pwd -W" @@ -87,6 +91,7 @@ esac AC_DEFINE_UNQUOTED([PWDREGRESS]) AC_SUBST([PWDREGRESS]) + dnl =========================================================================== dnl Find components needed to build documentation dnl ===========================================================================