зеркало из https://github.com/github/ruby.git
configure.in: default excluded libraries
* configure.in (with-out-ext): exclude never available libraries by default. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49046 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
8b5c69fa97
Коммит
42c2cc7c57
|
@ -3241,7 +3241,12 @@ AC_ARG_WITH(ext,
|
|||
[pass to --with-ext option of extmk.rb]))
|
||||
AC_ARG_WITH(out-ext,
|
||||
AC_HELP_STRING([--with-out-ext=EXTS],
|
||||
[pass to --without-ext option of extmk.rb]))
|
||||
[pass to --without-ext option of extmk.rb]),
|
||||
[], [
|
||||
AS_CASE($target_os,
|
||||
[mswin*|mingw*],
|
||||
[as_fn_append ac_configure_args ' --with-out-ext=pty,readline,syslog'],
|
||||
[as_fn_append ac_configure_args ' --with-out-ext=*win32*'])])
|
||||
EXTSTATIC=
|
||||
AC_SUBST(EXTSTATIC)dnl
|
||||
AC_ARG_WITH(static-linked-ext,
|
||||
|
|
Загрузка…
Ссылка в новой задаче