diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-11-23 15:17:29 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-11-23 15:17:29 (GMT) |
| commit | 2c42c39c0b023db443b15b4014b00fd8dba1a0ff (patch) | |
| tree | 510bc56c0194d101402c62b24c914eca4ec314ae /unix/configure | |
| parent | 35e2a431524d1a6898d902ea2da41a82396d4901 (diff) | |
| parent | 52b145e7f5f318eef9b60d3aa5927bb427fac1cb (diff) | |
| download | tcl-2c42c39c0b023db443b15b4014b00fd8dba1a0ff.zip tcl-2c42c39c0b023db443b15b4014b00fd8dba1a0ff.tar.gz tcl-2c42c39c0b023db443b15b4014b00fd8dba1a0ff.tar.bz2 | |
Fix [e653408972]: autoconf warning
Diffstat (limited to 'unix/configure')
| -rwxr-xr-x | unix/configure | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/unix/configure b/unix/configure index 87c7948..a8985ff 100755 --- a/unix/configure +++ b/unix/configure @@ -8090,9 +8090,7 @@ printf "%s\n" "$ac_cv_c_bigendian" >&6; } no) ;; #( universal) - -printf "%s\n" "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h - + # ;; #( *) as_fn_error $? "unknown endianness @@ -11216,7 +11214,6 @@ DEFS=`sed -n "$ac_script" confdefs.h` CFLAGS="${CFLAGS} ${CPPFLAGS}"; CPPFLAGS="" - : "${CONFIG_STATUS=./config.status}" ac_write_fail=0 ac_clean_files_save=$ac_clean_files |
