summaryrefslogtreecommitdiff
path: root/Build/source/texk/cjkutils/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-22 07:25:49 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-22 07:25:49 +0000
commit63a8ebc9eb71c28299f568dc55f55c92ea09cd93 (patch)
tree245b0d56bf09782e8ac235a435ad31c899228f75 /Build/source/texk/cjkutils/configure
parentf29ccceb83b49eb17537541d92d566ccebe75d54 (diff)
enable compiler warnings
git-svn-id: svn://tug.org/texlive/trunk@13874 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/cjkutils/configure')
-rwxr-xr-xBuild/source/texk/cjkutils/configure13
1 files changed, 1 insertions, 12 deletions
diff --git a/Build/source/texk/cjkutils/configure b/Build/source/texk/cjkutils/configure
index 604ac6c9a1f..3ed907c24c9 100755
--- a/Build/source/texk/cjkutils/configure
+++ b/Build/source/texk/cjkutils/configure
@@ -12951,18 +12951,7 @@ WARNING_CFLAGS=$kpse_cv_warning_cflags
ac_config_headers="$ac_config_headers hbf2gf/c-auto.h:hbf2gf/c-auto.in"
-if test "x$CC" = xgcc; then
- XX_CFLAGS="-Wall"
-else
- case "$host" in
- alpha-dec-osf*)
- XX_CFLAGS="-std1 -O2 -g3"
- ;;
- *)
- XX_CFLAGS=
- ;;
- esac
-fi
+XX_CFLAGS=$WARNING_CFLAGS
{ $as_echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5