Wrap statements in AS_IF properly
This commit is contained in:
parent
027e847cd2
commit
9165fcdfa3
@ -579,8 +579,9 @@ AS_IF([test "$GCC" = yes], [
|
||||
AS_HELP_STRING([--disable-fortify-source],
|
||||
[disable -D_FORTIFY_SOURCE=2 option, which causes link error on mingw]),
|
||||
[fortify_source=$enableval])
|
||||
test "x$fortify_source" = xno ||
|
||||
AS_IF([test "x$fortify_source" = xno], [
|
||||
RUBY_TRY_CFLAGS(-D_FORTIFY_SOURCE=2, [RUBY_APPEND_OPTION(XCFLAGS, -D_FORTIFY_SOURCE=2)])
|
||||
])
|
||||
|
||||
: ${MJIT_HEADER_FLAGS='-P -dD'}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user