Skip to content

Commit add8c88

Browse files
author
Kjell Ahlstedt
committed
Remove LIBXMLCPP_EXCEPTIONS_ENABLED
* configure.ac: * libxml++config.h.in: Remove LIBXMLCPP_EXCEPTIONS_ENABLED. Bug #754673.
1 parent c2f8011 commit add8c88

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

configure.ac

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ AC_PATH_PROGS([DB2LATEX], [db2latex docbook2latex], [db2latex])
6060
AC_ARG_VAR([DB2LATEX], [path to db2latex utility])
6161
MM_CHECK_PERL()
6262

63-
# This is just defined to avoid breaking old code:
64-
AC_DEFINE([LIBXMLCPP_EXCEPTIONS_ENABLED],[1], [This is always set. This is only for backwards compatibility.])
65-
6663
AC_CONFIG_FILES([Makefile
6764
libxml++/Makefile
6865
examples/Makefile

libxml++config.h.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
/* Define to omit deprecated API from the library. */
77
#undef LIBXMLXX_DISABLE_DEPRECATED
88

9-
/* This is always set. This is only for backwards compatibility. */
10-
#undef LIBXMLCPP_EXCEPTIONS_ENABLED
11-
129
/* Major version number of libxml++. */
1310
#undef LIBXMLXX_MAJOR_VERSION
1411

0 commit comments

Comments
 (0)