summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-11-03 12:36:44 +0100
committerDavid Tardon <dtardon@redhat.com>2013-11-03 12:36:44 +0100
commit9b40f2c805b79500b352d3f9cda54ae11b3d6186 (patch)
tree697cdbfa787384a13c58f6f57e2e2faca3d12ebe /external
parent3f5a48bf8aae758f5eb2cae5fafae68e2adaec6c (diff)
discard the configure part
Change-Id: I8bca5acdee197016748ab1d9c55f3bd8238583f0
Diffstat (limited to 'external')
-rw-r--r--external/libmwaw/0001-std-isfinite-is-C-11.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/external/libmwaw/0001-std-isfinite-is-C-11.patch b/external/libmwaw/0001-std-isfinite-is-C-11.patch
index 3943879d85c9..73fde5ae0387 100644
--- a/external/libmwaw/0001-std-isfinite-is-C-11.patch
+++ b/external/libmwaw/0001-std-isfinite-is-C-11.patch
@@ -8,27 +8,6 @@ Subject: [PATCH] std::isfinite is C++11
src/lib/CWDbaseContent.cxx | 5 +++--
2 files changed, 13 insertions(+), 2 deletions(-)
-diff --git a/configure.ac b/configure.ac
-index b350b91..286939d 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -357,6 +357,16 @@ AC_SUBST(ZLIB_CFLAGS)
- AC_SUBST(ZLIB_LIBS)
- AM_CONDITIONAL([WITH_LIBMWAW_ZIP], [test "x$with_zip" != "xno"])
-
-+# ==================
-+# Find boost headers
-+# ==================
-+AC_CHECK_HEADERS(
-+ boost/math/special_functions/fpclassify.hpp,
-+ [],
-+ [AC_MSG_ERROR([Required boost headers not found.])],
-+ []
-+)
-+
- # =============
- # Documentation
- # =============
diff --git a/src/lib/CWDbaseContent.cxx b/src/lib/CWDbaseContent.cxx
index f27148d..7198103 100644
--- a/src/lib/CWDbaseContent.cxx