diff options
-rwxr-xr-x | configure | 3 | ||||
-rw-r--r-- | configure.in | 3 |
2 files changed, 6 insertions, 0 deletions
@@ -32461,6 +32461,9 @@ case "X-$enable_production" in *) PRINT "$enable_production" ;; esac +PRINT_N " C Compiler" +PRINT "$CC" + PRINT_N " CFLAGS" PRINT "$CFLAGS" diff --git a/configure.in b/configure.in index 164b160..3de5c7a 100644 --- a/configure.in +++ b/configure.in @@ -2370,6 +2370,9 @@ case "X-$enable_production" in *) PRINT "$enable_production" ;; esac +PRINT_N " C Compiler" +PRINT "$CC" + PRINT_N " CFLAGS" PRINT "$CFLAGS" |