| ... | ... |
@@ -25177,20 +25177,6 @@ if test "x$enable_debug" = "xyes"; then |
| 25177 | 25177 |
|
| 25178 | 25178 |
|
| 25179 | 25179 |
$as_echo_n " release mode: " |
| 25180 |
- if test "xyes" = "xno"; then : |
|
| 25181 |
- $as_echo "yes (disabled)" |
|
| 25182 |
-elif test "xyes" = "xyes"; then : |
|
| 25183 |
- $as_echo "yes" |
|
| 25184 |
-elif test "xyes" = "x"; then : |
|
| 25185 |
- $as_echo "yes" |
|
| 25186 |
-else |
|
| 25187 |
- $as_echo "yes (yes)" |
|
| 25188 |
-fi |
|
| 25189 |
- |
|
| 25190 |
-else |
|
| 25191 |
- |
|
| 25192 |
- |
|
| 25193 |
- $as_echo_n " release mode: " |
|
| 25194 | 25180 |
if test "xdebug build" = "xno"; then : |
| 25195 | 25181 |
$as_echo "no (disabled)" |
| 25196 | 25182 |
elif test "xdebug build" = "xyes"; then : |
| ... | ... |
@@ -25201,6 +25187,20 @@ else |
| 25201 | 25201 |
$as_echo "no (debug build)" |
| 25202 | 25202 |
fi |
| 25203 | 25203 |
|
| 25204 |
+else |
|
| 25205 |
+ |
|
| 25206 |
+ |
|
| 25207 |
+ $as_echo_n " release mode: " |
|
| 25208 |
+ if test "xyes" = "xno"; then : |
|
| 25209 |
+ $as_echo "yes (disabled)" |
|
| 25210 |
+elif test "xyes" = "xyes"; then : |
|
| 25211 |
+ $as_echo "yes" |
|
| 25212 |
+elif test "xyes" = "x"; then : |
|
| 25213 |
+ $as_echo "yes" |
|
| 25214 |
+else |
|
| 25215 |
+ $as_echo "yes (yes)" |
|
| 25216 |
+fi |
|
| 25217 |
+ |
|
| 25204 | 25218 |
fi |
| 25205 | 25219 |
have_jit="no" |
| 25206 | 25220 |
if test "$subdirfailed" = "no"; then |
| ... | ... |
@@ -1662,9 +1662,9 @@ CL_MSG_STATUS([milter ],[yes],[$have_milter]) |
| 1662 | 1662 |
|
| 1663 | 1663 |
AC_MSG_NOTICE([Summary of engine performance features)]) |
| 1664 | 1664 |
if test "x$enable_debug" = "xyes"; then |
| 1665 |
- CL_MSG_STATUS([release mode],[yes],[yes]) |
|
| 1666 |
-else |
|
| 1667 | 1665 |
CL_MSG_STATUS([release mode],[no],[debug build]) |
| 1666 |
+else |
|
| 1667 |
+ CL_MSG_STATUS([release mode],[yes],[yes]) |
|
| 1668 | 1668 |
fi |
| 1669 | 1669 |
have_jit="no" |
| 1670 | 1670 |
if test "$subdirfailed" = "no"; then |