mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 18:22:50 +01:00
configure: Always set $assert_type so RB_ASSERT is not blacked out.
This commit is contained in:
parent
dad4750971
commit
acf94cce00
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ AC_ARG_WITH(assert, AC_HELP_STRING([--with-assert[[[=trap]]]], [Soften assertion
|
|||
AC_MSG_RESULT([no, defaulting to "$assert_type"])
|
||||
AC_SUBST(ASSERT_TYPE, $assert_type)
|
||||
], [
|
||||
assert_type="abort"
|
||||
AC_MSG_RESULT([no])
|
||||
])
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue