summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-22 07:25:24 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-22 07:25:24 +0000
commit489b7093b229369398c4244636713e8d6841c673 (patch)
treedc3230fce7d5ce9b234e71d120b82949692af299 /Build/source/texk/lcdf-typetools/configure.ac
parentba784d78fc710b869577c60a825d02512853b1ee (diff)
enable compiler warnings
git-svn-id: svn://tug.org/texlive/trunk@13872 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/lcdf-typetools/configure.ac')
-rw-r--r--Build/source/texk/lcdf-typetools/configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/texk/lcdf-typetools/configure.ac b/Build/source/texk/lcdf-typetools/configure.ac
index cc988adfad7..e66ac466815 100644
--- a/Build/source/texk/lcdf-typetools/configure.ac
+++ b/Build/source/texk/lcdf-typetools/configure.ac
@@ -13,7 +13,9 @@ AM_CONFIG_HEADER(config.h)
AC_PROG_CXX
AC_PROG_CXXCPP
-if test -n "$GCC" ; then CC="$CC -W -Wall" ; CXX="$CXX -W -Wall" ; fi
+
+CC="$CC $WARNING_CFLAGS"
+CXX="$CXX $WARNING_CXXFLAGS"
AC_CXX_TEMPLATE_OBJS