From 108b2876654bd5f64dd4a60fe1791cc939921625 Mon Sep 17 00:00:00 2001 From: Urs Janssen Date: Fri, 15 Feb 2013 00:53:33 +0100 Subject: - don't use GCC_MAJOR to see if we're not using gcc as GCC_MAJOR might be set during configure even with --cc=notgcc as long as gcc is installed. --- libtcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtcc.c') diff --git a/libtcc.c b/libtcc.c index 3bcc5d5..af0fb7f 100644 --- a/libtcc.c +++ b/libtcc.c @@ -1643,7 +1643,7 @@ enum { TCC_OPTION_MD, TCC_OPTION_MF, TCC_OPTION_x, - TCC_OPTION_dumpversion + TCC_OPTION_dumpversion, }; #define TCC_OPTION_HAS_ARG 0x0001 -- cgit v1.3.1