diff options
author | Paul A. Patience <paul@apatience.com> | 2024-01-04 02:31:54 +0000 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2024-01-03 20:15:12 -0800 |
commit | c80717a05df77cc7f0e92b1f73cc0d1967d17618 (patch) | |
tree | ae414813c3714cf28ead04625e48c0c73f1db5d5 | |
parent | 89a5cc5acd36a04ee74689fc6a9f16c3727a685f (diff) | |
download | txr-c80717a05df77cc7f0e92b1f73cc0d1967d17618.tar.gz txr-c80717a05df77cc7f0e92b1f73cc0d1967d17618.tar.bz2 txr-c80717a05df77cc7f0e92b1f73cc0d1967d17618.zip |
configure: capitalize diagnostic line.
* configure: Capitalize first word "detecting" of diagnostic line.
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2277,7 +2277,7 @@ fi # Check for fields inside struct tm # -printf "detecting timezone fields in struct tm ... " +printf "Detecting timezone fields in struct tm ... " for try_field in tm_gmtoff __tm_gmtoff ; do cat > conftest.c <<! |