summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/canonicalize.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/canonicalize.m4 b/m4/canonicalize.m4
index 3c4c5ee3e..37df6fc5f 100644
--- a/m4/canonicalize.m4
+++ b/m4/canonicalize.m4
@@ -107,7 +107,7 @@ AC_DEFUN([gl_FUNC_REALPATH_WORKS],
[gl_cv_func_realpath_works=no],
[case "$host_os" in
# Guess yes on glibc systems.
- *-gnu*) gl_cv_func_realpath_works="guessing yes" ;;
+ *gnu*) gl_cv_func_realpath_works="guessing yes" ;;
# If we don't know, assume the worst.
*) gl_cv_func_realpath_works="guessing no" ;;
esac