[hackers] [libgrapheme] Fix a small typo in configure || Laslo Hunhold

From: <git_AT_suckless.org>
Date: Fri, 24 Feb 2023 18:26:33 +0100 (CET)

commit 05c6dd1a4bd3b943afb98d5b267c0481b9cc6189
Author: Laslo Hunhold <dev_AT_frign.de>
AuthorDate: Fri Feb 24 18:26:22 2023 +0100
Commit: Laslo Hunhold <dev_AT_frign.de>
CommitDate: Fri Feb 24 18:26:22 2023 +0100

    Fix a small typo in configure
    
    Signed-off-by: Laslo Hunhold <dev_AT_frign.de>

diff --git a/configure b/configure
index 685b529..379303e 100755
--- a/configure
+++ b/configure
_AT_@ -36,7 +36,7 @@ case $(uname) in
                 replace_line 'SOSYMLINK' '' 'false'
                 replace_line 'LDCONFIG' '' ''
                 ;;
- CYGWIN*|MSYS*|WINGW*)
+ CYGWIN*|MSYS*|MINGW*)
                 replace_line 'ANAME' ' ' 'libgrapheme.lib'
                 replace_line 'SONAME' ' ' 'libgrapheme.dll'
                 replace_line 'BINSUFFIX' '' '.exe'
Received on Fri Feb 24 2023 - 18:26:33 CET

This archive was generated by hypermail 2.3.0 : Fri Feb 24 2023 - 18:36:38 CET