diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-18 11:50:13 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-18 11:50:13 (GMT) |
commit | eb99433f5b19967e6370c48c61c9887826173c00 (patch) | |
tree | 65893e0ae08fb934746b2e277865569d0918b105 /unix/configure | |
parent | 2fc35bb9ba41c64cd39412f33a06ce3f97ae52bf (diff) | |
download | tk-eb99433f5b19967e6370c48c61c9887826173c00.zip tk-eb99433f5b19967e6370c48c61c9887826173c00.tar.gz tk-eb99433f5b19967e6370c48c61c9887826173c00.tar.bz2 |
Fix [b2a79390e3]: Tk 8.7 build fails on Mac OSX Catalina
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/unix/configure b/unix/configure index ce6b6de..932ac69 100755 --- a/unix/configure +++ b/unix/configure @@ -7330,38 +7330,6 @@ printf "%s\n" "#define size_t unsigned int" >>confdefs.h fi -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5 -printf %s "checking for uid_t in sys/types.h... " >&6; } -if test ${ac_cv_type_uid_t+y} -then : - printf %s "(cached) " >&6 -else $as_nop - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <sys/types.h> - -_ACEOF -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - $EGREP "uid_t" >/dev/null 2>&1 -then : - ac_cv_type_uid_t=yes -else $as_nop - ac_cv_type_uid_t=no -fi -rm -rf conftest* - -fi -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_uid_t" >&5 -printf "%s\n" "$ac_cv_type_uid_t" >&6; } -if test $ac_cv_type_uid_t = no; then - -printf "%s\n" "#define uid_t int" >>confdefs.h - - -printf "%s\n" "#define gid_t int" >>confdefs.h - -fi - ac_fn_c_check_type "$LINENO" "intptr_t" "ac_cv_type_intptr_t" " #include <stdint.h> |