mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 08:42:34 +01:00
configure.ac: Remove defines of values when zero.
This commit is contained in:
parent
eda5822700
commit
02fde9e09f
1 changed files with 0 additions and 2 deletions
|
@ -173,7 +173,6 @@ AC_ARG_ENABLE(assert, AC_HELP_STRING([--enable-assert], [Enable assertions witho
|
|||
AC_SUBST(ASSERT, 1)
|
||||
], [
|
||||
AC_MSG_RESULT([no])
|
||||
AC_SUBST(ASSERT, 0)
|
||||
])
|
||||
])
|
||||
|
||||
|
@ -198,7 +197,6 @@ AC_ARG_ENABLE(optimize, AC_HELP_STRING([--enable-optimize], [Enable optimization
|
|||
AM_COND_IF(DEBUG,
|
||||
[
|
||||
AC_MSG_RESULT([no])
|
||||
AC_SUBST(OPTIMIZE, 0)
|
||||
], [
|
||||
AC_MSG_RESULT([no, but optimized build is enabled anyway])
|
||||
AC_SUBST(OPTIMIZE, 1)
|
||||
|
|
Loading…
Reference in a new issue