summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure3
-rw-r--r--configure.in3
2 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index ea151c9..a065fc0 100755
--- a/configure
+++ b/configure
@@ -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"