[poppler] 2 commits - configure.ac poppler/SplashOutputDev.cc
Albert Astals Cid
aacid at kemper.freedesktop.org
Sat Oct 23 15:45:31 PDT 2010
configure.ac | 8 +++++++-
poppler/SplashOutputDev.cc | 2 +-
2 files changed, 8 insertions(+), 2 deletions(-)
New commits:
commit dcb02d2100136b6035485be3be214ce3d9f1c102
Author: Vincent Torri <vtorri at univ-evry.fr>
Date: Sat Oct 23 23:45:05 2010 +0100
remove -ansi flag for cywin and mingw
diff --git a/configure.ac b/configure.ac
index 2e84956..8e3c5ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,13 @@ AC_PROG_CC_STDC
#fi
AC_PROG_CXX
if test "x$GXX" = "xyes"; then
- CXXFLAGS="$CXXFLAGS -ansi"
+ case "$host_os" in
+ cygwin* | mingw*)
+ ;;
+ *)
+ CXXFLAGS="$CXXFLAGS -ansi"
+ ;;
+ esac
fi
AC_PROG_INSTALL
commit 17cdc81224c72f7b58de61734c9ead337ff7b42b
Author: Albert Astals Cid <aacid at kde.org>
Date: Sat Oct 23 23:37:59 2010 +0100
update my C year
diff --git a/poppler/SplashOutputDev.cc b/poppler/SplashOutputDev.cc
index 59019f4..05bc7ae 100644
--- a/poppler/SplashOutputDev.cc
+++ b/poppler/SplashOutputDev.cc
@@ -15,7 +15,7 @@
//
// Copyright (C) 2005 Takashi Iwai <tiwai at suse.de>
// Copyright (C) 2006 Stefan Schweizer <genstef at gentoo.org>
-// Copyright (C) 2006-2009 Albert Astals Cid <aacid at kde.org>
+// Copyright (C) 2006-2010 Albert Astals Cid <aacid at kde.org>
// Copyright (C) 2006 Krzysztof Kowalczyk <kkowalczyk at gmail.com>
// Copyright (C) 2006 Scott Turner <scotty1024 at mac.com>
// Copyright (C) 2007 Koji Otani <sho at bbr.jp>
More information about the poppler
mailing list