[poppler] Branch 'poppler-0.14' - 2 commits - configure.ac poppler/SplashOutputDev.cc
Albert Astals Cid
aacid at kemper.freedesktop.org
Sat Oct 23 15:46:09 PDT 2010
configure.ac | 8 +++++++-
poppler/SplashOutputDev.cc | 2 +-
2 files changed, 8 insertions(+), 2 deletions(-)
New commits:
commit cc71bc3a9823804fbfa309d85863fa2499816447
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 fbef222..e6c72a9 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 a82ddf940d26a7d3a57ba2a2a33218623aaefafd
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 8369776..9803906 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