Skip to content

Commit 42c868f

Browse files
committed
Regen configure.ac
1 parent e668b84 commit 42c868f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

configure

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1716,7 +1716,7 @@ ABI_THREAD=""
17161716
# --disable-gil
17171717
AC_MSG_CHECKING([for --disable-gil])
17181718
AC_ARG_ENABLE([gil],
1719-
[AS_HELP_STRING([--disable-gil], [enable experimental support for running without the GIL (default is no)])],
1719+
[AS_HELP_STRING([--disable-gil], [enable support for running without the GIL (default is no)])],
17201720
[AS_VAR_IF([enable_gil], [yes], [disable_gil=no], [disable_gil=yes])], [disable_gil=no]
17211721
)
17221722
AC_MSG_RESULT([$disable_gil])

0 commit comments

Comments
 (0)