diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-07-25 07:44:01 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-07-25 07:44:01 (GMT) |
| commit | ecc60b12564f9b56f0b6d7a91b40ff314bfe3691 (patch) | |
| tree | 4b5504c02272ddb94937b2ca53fd3b9a98fa7909 | |
| parent | b7f335b27d90eca969dc6c0a63a1da343abfe906 (diff) | |
| download | tcl-ecc60b12564f9b56f0b6d7a91b40ff314bfe3691.zip tcl-ecc60b12564f9b56f0b6d7a91b40ff314bfe3691.tar.gz tcl-ecc60b12564f9b56f0b6d7a91b40ff314bfe3691.tar.bz2 | |
Re-generate configure and tclConfig.h.in
| -rwxr-xr-x | unix/configure | 5 | ||||
| -rw-r--r-- | unix/tclConfig.h.in | 6 |
2 files changed, 10 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index d1e93c2..bbe8df9 100755 --- a/unix/configure +++ b/unix/configure @@ -8978,8 +8978,11 @@ echo "${ECHO_T}$ac_cv_nolto" >&6 CFLAGS_NOLTO="" fi + # Check for posix_spawnp() and friends unconditionally -for ac_func in posix_spawnp + + +for ac_func in posix_spawnp posix_spawn_file_actions_adddup2 posix_spawnattr_setflags do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` echo "$as_me:$LINENO: checking for $ac_func" >&5 diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index 486d8d9..87e3eb9 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -174,9 +174,15 @@ /* Define to 1 if you have the `OSSpinLockLock' function. */ #undef HAVE_OSSPINLOCKLOCK +/* Define to 1 if you have the `posix_spawnattr_setflags' function. */ +#undef HAVE_POSIX_SPAWNATTR_SETFLAGS + /* Define to 1 if you have the `posix_spawnp' function. */ #undef HAVE_POSIX_SPAWNP +/* Define to 1 if you have the `posix_spawn_file_actions_adddup2' function. */ +#undef HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 + /* Define to 1 if you have the `pthread_atfork' function. */ #undef HAVE_PTHREAD_ATFORK |
