0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-17 01:18:39 +02:00

configure: Always set $assert_type so RB_ASSERT is not blacked out.

This commit is contained in:
Jason Volk 2020-03-09 10:09:23 -07:00
parent dad4750971
commit acf94cce00

View file

@ -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])
])
])