diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/check-os-options.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/check-os-options.m4 b/m4/check-os-options.m4 index 1f0b7e4..2ef4293 100644 --- a/m4/check-os-options.m4 +++ b/m4/check-os-options.m4 | |||
@@ -132,7 +132,7 @@ char buf[1]; getentropy(buf, 1); | |||
132 | AC_SUBST([PLATFORM_LDADD], ['-ldl -lmd -lnsl -lsocket']) | 132 | AC_SUBST([PLATFORM_LDADD], ['-ldl -lmd -lnsl -lsocket']) |
133 | ;; | 133 | ;; |
134 | *) | 134 | *) |
135 | HOST_OS=$host_os | 135 | HOST_OS=unsupported |
136 | HOST_ABI=elf | 136 | HOST_ABI=elf |
137 | ;; | 137 | ;; |
138 | esac | 138 | esac |