From bc33afd0e4951dd5d267018a22278a848404040e Mon Sep 17 00:00:00 2001 From: lrknox Date: Wed, 23 May 2018 11:41:19 -0500 Subject: Add comment to configure.ac regarding how to switch default build mode. --- configure | 2 ++ configure.ac | 2 ++ 2 files changed, 4 insertions(+) diff --git a/configure b/configure index 1b66121..1c6f961 100755 --- a/configure +++ b/configure @@ -22385,6 +22385,8 @@ fi ## ---------------------------------------------------------------------- ## Production flags? Save the value in $CONFIG_MODE so we have it for ## the record. +## To switch the default between production and development, move X-| +## to X-yes) or X-no) ## { $as_echo "$as_me:${as_lineno-$LINENO}: checking for production mode" >&5 $as_echo_n "checking for production mode... " >&6; } diff --git a/configure.ac b/configure.ac index 829df34..837dfdd 100644 --- a/configure.ac +++ b/configure.ac @@ -777,6 +777,8 @@ fi ## ---------------------------------------------------------------------- ## Production flags? Save the value in $CONFIG_MODE so we have it for ## the record. +## To switch the default between production and development, move X-| +## to X-yes) or X-no) ## AC_MSG_CHECKING([for production mode]) AC_ARG_ENABLE([production], -- cgit v0.12