diff options
| -rwxr-xr-x | unix/configure | 8 | ||||
| -rw-r--r-- | unix/tcl.m4 | 2 |
2 files changed, 2 insertions, 8 deletions
diff --git a/unix/configure b/unix/configure index 7bd212e..78b4a21 100755 --- a/unix/configure +++ b/unix/configure @@ -7329,13 +7329,7 @@ printf "%s\n" "#define HAVE_STDBOOL_H 1" >>confdefs.h fi - ac_fn_c_check_func "$LINENO" "posix_spawnp" "ac_cv_func_posix_spawnp" -if test "x$ac_cv_func_posix_spawnp" = xyes -then : - printf "%s\n" "#define HAVE_POSIX_SPAWNP 1" >>confdefs.h - -fi - + #AC_CHECK_FUNCS([posix_spawnp]) # FIXME: This subst was left in only because the TCL_DL_LIBS # entry in tclConfig.sh uses it. It is not clear why someone diff --git a/unix/tcl.m4 b/unix/tcl.m4 index ce9a8a1..e3325b1 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1877,7 +1877,7 @@ dnl # preprocessing tests use only CPPFLAGS. AC_CHECK_HEADER(stdbool.h, [AC_DEFINE(HAVE_STDBOOL_H, 1, [Do we have <stdbool.h>?])],) - AC_CHECK_FUNCS([posix_spawnp]) + #AC_CHECK_FUNCS([posix_spawnp]) # FIXME: This subst was left in only because the TCL_DL_LIBS # entry in tclConfig.sh uses it. It is not clear why someone |
