[Libreoffice-commits] .: configure.in
Jesús Corrius
jcorrius at kemper.freedesktop.org
Wed Dec 8 09:57:42 PST 2010
configure.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit f007e5deb4c21b2a01f64765e9e34ac1007b5739
Author: Jesús Corrius <jesus at softcatala.org>
Date: Wed Dec 8 18:56:12 2010 +0100
Change WNT -> WINNT in configure.in
diff --git a/configure.in b/configure.in
index 00f5ce3..8b7963b 100755
--- a/configure.in
+++ b/configure.in
@@ -4179,7 +4179,7 @@ dnl # Note that if there is a possibility the first call to
dnl # PKG_CHECK_MODULES might not happen, you should be sure to include an
dnl # explicit call to PKG_PROG_PKG_CONFIG in your configure.ac
dnl ===================================================================
-if test "$_os" != "WNT"; then
+if test "$_os" != "WINNT"; then
PKG_PROG_PKG_CONFIG
fi
@@ -6001,7 +6001,7 @@ if test "$_os" = "Linux"; then
fi
fi
-if test "$_os" != "WNT"; then
+if test "$_os" != "WINNT"; then
AC_CHECK_FUNCS(getopt, HAVE_GETOPT=YES, [HAVE_GETOPT=NO])
AC_CHECK_FUNCS(readdir_r, HAVE_READDIR_R=YES, [HAVE_READDIR_R=NO])
if test "$HAVE_GETOPT" = "YES" -a "$HAVE_READDIR_R" = "YES"; then
@@ -6550,7 +6550,7 @@ if test "$_os" = "Darwin" ; then
AC_MSG_RESULT([yes])
else
if test "x$enable_opengl" != "xno" ; then
- if test "$_os" != "WNT"; then
+ if test "$_os" != "WINNT"; then
save_LDFLAGS=$LDFLAGS
LDFLAGS="$LDFLAGS -lm"
AC_MSG_RESULT([yes])
More information about the Libreoffice-commits
mailing list