diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-07-13 07:36:06 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-07-13 07:36:06 -0700 |
commit | 7ee3f83d8a43b71dbd434f83f92f54b9f72d64cd (patch) | |
tree | e0c5804d50d74967403e310df4a5d321cee2a13d | |
parent | 2a69cc88e868653e89cf0c9de6c4e48cb790511a (diff) | |
download | txr-7ee3f83d8a43b71dbd434f83f92f54b9f72d64cd.tar.gz txr-7ee3f83d8a43b71dbd434f83f92f54b9f72d64cd.tar.bz2 txr-7ee3f83d8a43b71dbd434f83f92f54b9f72d64cd.zip |
configure: tone down language.
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1063,7 +1063,7 @@ fi printf "done\n" -printf "Checking whether executables have that idiotic .exe suffix ... " +printf "Checking whether executables require an .exe suffix ... " if ls conftest.exe > /dev/null 2>&1 ; then echo "yes" |