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 | 73f53d2e6594ab6ad20a4daf9e06f9eb41cba600 (patch) | |
tree | e0c5804d50d74967403e310df4a5d321cee2a13d | |
parent | 7d09c21c2ce9d4b441cd251e62ec0a2d8fbc56b2 (diff) | |
download | txr-73f53d2e6594ab6ad20a4daf9e06f9eb41cba600.tar.gz txr-73f53d2e6594ab6ad20a4daf9e06f9eb41cba600.tar.bz2 txr-73f53d2e6594ab6ad20a4daf9e06f9eb41cba600.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" |