diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-11-20 08:58:39 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-11-20 08:58:39 (GMT) |
| commit | b946ce971fbde11b9739fc0b77237ed382e24bd0 (patch) | |
| tree | 1781cd67ed9cba4d74de228b6708c0307f2aa723 /unix/configure | |
| parent | 48047bb120a19ed52c13f484cc0685fe7218ae50 (diff) | |
| download | tcl-b946ce971fbde11b9739fc0b77237ed382e24bd0.zip tcl-b946ce971fbde11b9739fc0b77237ed382e24bd0.tar.gz tcl-b946ce971fbde11b9739fc0b77237ed382e24bd0.tar.bz2 | |
Fix [e058307eef73cf21cf6805ad7c778e1024f9eb7d|e058307eef]: Use of values.h breaks build of Tk trunk on macOS
Diffstat (limited to 'unix/configure')
| -rwxr-xr-x | unix/configure | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/unix/configure b/unix/configure index 51d694f..90116c8 100755 --- a/unix/configure +++ b/unix/configure @@ -3733,16 +3733,6 @@ $as_echo "#define NO_DIRENT_H 1" >>confdefs.h fi - ac_fn_c_check_header_mongrel "$LINENO" "values.h" "ac_cv_header_values_h" "$ac_includes_default" -if test "x$ac_cv_header_values_h" = xyes; then : - -else - -$as_echo "#define NO_VALUES_H 1" >>confdefs.h - -fi - - ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default" if test "x$ac_cv_header_stdlib_h" = xyes; then : tcl_ok=1 |
