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.ac | |
| 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.ac')
| -rw-r--r-- | unix/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure.ac b/unix/configure.ac index 33e7a32..1c20f8e 100644 --- a/unix/configure.ac +++ b/unix/configure.ac @@ -219,7 +219,7 @@ SC_TCL_64BIT_FLAGS # Tcl_UniChar strings to memcmp on big-endian systems. #-------------------------------------------------------------------- -AC_C_BIGENDIAN +AC_C_BIGENDIAN(,,,[#]) #-------------------------------------------------------------------- # Supply substitutes for missing POSIX library procedures, or |
