summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-04-11 07:33:42 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-04-11 07:33:42 +0000
commite674c75b13a2805e2466ecbcfc4919e673e455ea (patch)
tree261dab62988fa5033e99becbe2db4ddc34e441e1 /Build/source/texk/lcdf-typetools/configure.ac
parent745d33c0e9895a6c74ebe2a401101c85d830a82f (diff)
lcdf-typetools 2.98
git-svn-id: svn://tug.org/texlive/trunk@29857 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/lcdf-typetools/configure.ac')
-rw-r--r--Build/source/texk/lcdf-typetools/configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/texk/lcdf-typetools/configure.ac b/Build/source/texk/lcdf-typetools/configure.ac
index f8e32fca352..94618b01520 100644
--- a/Build/source/texk/lcdf-typetools/configure.ac
+++ b/Build/source/texk/lcdf-typetools/configure.ac
@@ -34,6 +34,12 @@ AC_PROG_CXXCPP
CC="$CC $WARNING_CFLAGS"
CXX="$CXX $WARNING_CXXFLAGS"
+AC_ARG_ENABLE([precondition-checking],
+ [AS_HELP_STRING([--enable-precondition-checking], [include precondition checking assertions])],
+ [if test "$enableval" = yes; then
+ AC_DEFINE([HAVE_PRECONDITION_CHECKING], [1], [Define to include precondition checking assertions.])
+ fi])
+
AC_CXX_TEMPLATE_OBJS
KPSE_CXX_HACK