summaryrefslogtreecommitdiff
path: root/Build/source/texk/dtl/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dtl/configure.ac')
-rw-r--r--Build/source/texk/dtl/configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/texk/dtl/configure.ac b/Build/source/texk/dtl/configure.ac
index 218535ef1af..6d44c571dea 100644
--- a/Build/source/texk/dtl/configure.ac
+++ b/Build/source/texk/dtl/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl
-dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
+dnl Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org>
dnl
dnl This file is free software; the copyright holder
dnl gives unlimited permission to copy and/or distribute it,
@@ -20,7 +20,8 @@ AC_CHECK_SIZEOF(long)
AC_CONFIG_HEADERS([config.h])
-KPSE_KPATHSEA_FLAGS
+# We don't use libpathsea, so add '-DNO_DEBUG' not to overload fopen.
+KPSE_KPATHSEA_FLAGS([no-debug])
AC_CONFIG_FILES([Makefile])