aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 4c9ed1a36..523128f87 100755
--- a/configure
+++ b/configure
@@ -5258,6 +5258,8 @@ fi
5258cat <<EOF 5258cat <<EOF
5259 5259
5260Compile options: 5260Compile options:
5261 CC: $CC
5262 CFLAGS: $CFLAGS
5261 EXTRA_CFLAGS: $EXTRA_CFLAGS 5263 EXTRA_CFLAGS: $EXTRA_CFLAGS
5262 EXTRA_LDFLAGS: $EXTRA_LDFLAGS 5264 EXTRA_LDFLAGS: $EXTRA_LDFLAGS
5263 fatal warnings: $HAVE_FATAL_WARNINGS 5265 fatal warnings: $HAVE_FATAL_WARNINGS
diff --git a/configure.ac b/configure.ac
index e418b72bc..49ad265e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -291,6 +291,8 @@ AC_OUTPUT
291cat <<EOF 291cat <<EOF
292 292
293Compile options: 293Compile options:
294 CC: $CC
295 CFLAGS: $CFLAGS
294 EXTRA_CFLAGS: $EXTRA_CFLAGS 296 EXTRA_CFLAGS: $EXTRA_CFLAGS
295 EXTRA_LDFLAGS: $EXTRA_LDFLAGS 297 EXTRA_LDFLAGS: $EXTRA_LDFLAGS
296 fatal warnings: $HAVE_FATAL_WARNINGS 298 fatal warnings: $HAVE_FATAL_WARNINGS