mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 17:29:28 +03:00
* configure.in: Enable subshell support on all operating systems
by default. Old issues are most likely solved by now.
This commit is contained in:
parent
e29d69423a
commit
7c9b06dd4c
@ -1,3 +1,8 @@
|
|||||||
|
2002-08-19 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* configure.in: Enable subshell support on all operating systems
|
||||||
|
by default. Old issues are most likely solved by now.
|
||||||
|
|
||||||
2002-08-18 Pavel Roskin <proski@gnu.org>
|
2002-08-18 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* lib/mc.ext.in: Try links before lynx. Force full path when
|
* lib/mc.ext.in: Try links before lynx. Force full path when
|
||||||
|
11
configure.in
11
configure.in
@ -481,15 +481,8 @@ AC_ARG_WITH(subshell,
|
|||||||
then
|
then
|
||||||
result="yes"
|
result="yes"
|
||||||
fi],
|
fi],
|
||||||
[dnl Default: provide the subshell support on non-ultrix machines
|
[dnl Default: enable the subshell support
|
||||||
case $host_os in
|
result="yes"
|
||||||
ultrix*)
|
|
||||||
result="no"
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
result="yes"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
])
|
])
|
||||||
if test "x$result" != xno; then
|
if test "x$result" != xno; then
|
||||||
AC_DEFINE(HAVE_SUBSHELL_SUPPORT, 1,
|
AC_DEFINE(HAVE_SUBSHELL_SUPPORT, 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user