From 76e3a76b688eaf5f17019da67d97088d6e5ec2a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Tue, 11 Jul 2000 02:08:58 +0200 Subject: [PATCH] Bugfix for TCC. Rev: src/configure.in:1.385 --- src/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/configure.in b/src/configure.in index 9c1f7d2f52..9f313359f4 100644 --- a/src/configure.in +++ b/src/configure.in @@ -1,4 +1,4 @@ -AC_REVISION("$Id: configure.in,v 1.384 2000/07/09 11:55:07 grubba Exp $") +AC_REVISION("$Id: configure.in,v 1.385 2000/07/11 00:08:58 grubba Exp $") AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h) @@ -698,7 +698,7 @@ if test $cflags_is_set = no; then # Yikes! We're using the TenDRA compiler! # Make sure we can use the system headerfiles... - AC_SYS_COMPILER_FLAG(-Ysystem, ysystem, CFLAGS) + AC_SYS_COMPILER_FLAG(-Ysystem, ysystem, CPPFLAGS) # Use lenient ANSI compliance... AC_SYS_COMPILER_FLAG(-Xa, xa, CFLAGS) -- GitLab