summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/configure
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
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')
-rwxr-xr-xBuild/source/texk/lcdf-typetools/configure4
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/texk/lcdf-typetools/configure b/Build/source/texk/lcdf-typetools/configure
index 96a86c2fd8f..d60025a0ba6 100755
--- a/Build/source/texk/lcdf-typetools/configure
+++ b/Build/source/texk/lcdf-typetools/configure
@@ -17427,7 +17427,9 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
-if test -n "$GCC" ; then CC="$CC -W -Wall" ; CXX="$CXX -W -Wall" ; fi
+
+CC="$CC $WARNING_CFLAGS"
+CXX="$CXX $WARNING_CXXFLAGS"
{ $as_echo "$as_me:$LINENO: checking where template objects are stored" >&5
$as_echo_n "checking where template objects are stored... " >&6; }