summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2024-10-09 22:41:01 +0900
committerNobuyoshi Nakada <[email protected]>2024-10-10 01:36:32 +0900
commit6dac070aa2aca748917b6cc44dc28c29f5558e52 ()
tree889c9c44fee3b6a783c3e371834debec03c9cf0c /configure.ac
parente39e582594feaeb40722b2921e8feb562d94269b (diff)
Add `--with-parser` configure option
Notes: Merged: https://.com/ruby/ruby/pull/11852
-rw-r--r--configure.ac11
1 files changed, 11 insertions, 0 deletions
@@ -4560,6 +4560,17 @@ AS_IF([test x"$enable_rubygems" = xno], [
])
AC_SUBST(USE_RUBYGEMS)
arch_hdrdir="${EXTOUT}/include/${arch}/ruby"
AS_MKDIR_P("${arch_hdrdir}")
config_h="${arch_hdrdir}/config.h"