aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure13
1 files changed, 13 insertions, 0 deletions
diff --git a/configure b/configure
index 638eb19f..83cc4e49 100755
--- a/configure
+++ b/configure
@@ -767,6 +767,7 @@ with_gnu_ld
with_sysroot
enable_libtool_lock
enable_Werror
+enable_ASN_DEBUG
'
ac_precious_vars='build_alias
host_alias
@@ -1407,6 +1408,7 @@ Optional Features:
--enable-dependency-tracking do not reject slow dependency extractors
--disable-libtool-lock avoid locking (might break parallel builds)
--enable-Werror abort compilation after any C compiler warning
+ --enable-ASN_DEBUG produce debug log during `make check` testing
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
@@ -12426,6 +12428,17 @@ if test x$enable_werror = xyes; then
ADD_CFLAGS="-Werror -W -Wpointer-arith"
fi
+# Check whether --enable-ASN_DEBUG was given.
+if test "${enable_ASN_DEBUG+set}" = set; then :
+ enableval=$enable_ASN_DEBUG; enable_asn_debug=$enableval
+else
+ enable_asn_debug=no
+fi
+
+if test x$enable_asn_debug = xyes; then
+ TESTSUITE_CFLAGS="-DEMIT_ASN_DEBUG"
+fi
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -Wall" >&5
$as_echo_n "checking whether C compiler accepts -Wall... " >&6; }
if ${ax_cv_check_cflags___Wall+:} false; then :