mirror of
https://github.com/matrix-construct/construct
synced 2025-02-19 18:20:19 +01:00
configure: Ensure a $assert_type is always set or defaulted.
This commit is contained in:
parent
b2795c0338
commit
0196ec46f9
1 changed files with 1 additions and 0 deletions
|
@ -176,6 +176,7 @@ AM_CONDITIONAL([ASSERT], [[[[ "$ASSERT" = "1" ]]]])
|
|||
AM_COND_IF(ASSERT,
|
||||
[
|
||||
assert="yes"
|
||||
assert_type="abort"
|
||||
], [
|
||||
assert="no"
|
||||
CPPDEFINE([NDEBUG])
|
||||
|
|
Loading…
Add table
Reference in a new issue