0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-18 10:53:48 +02:00

configure: Ensure a $assert_type is always set or defaulted.

This commit is contained in:
Jason Volk 2020-04-13 22:07:04 -07:00
parent b2795c0338
commit 0196ec46f9

View file

@ -176,6 +176,7 @@ AM_CONDITIONAL([ASSERT], [[[[ "$ASSERT" = "1" ]]]])
AM_COND_IF(ASSERT,
[
assert="yes"
assert_type="abort"
], [
assert="no"
CPPDEFINE([NDEBUG])