mirror of
https://git.sr.ht/~cismonx/bookmarkfs
synced 2025-06-07 19:58:50 +00:00
build: hard fail on unsupported platforms
Attempting to build on an unsupported platform should trigger an error instead of a warning.
This commit is contained in:
parent
750c16077c
commit
a2dda5ec84
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ AS_CASE(["${host_os}"], [linux*], [
|
||||||
], [freebsd*], [
|
], [freebsd*], [
|
||||||
AS_VAR_SET([host_os_is_freebsd], [yes])
|
AS_VAR_SET([host_os_is_freebsd], [yes])
|
||||||
], [
|
], [
|
||||||
AC_MSG_WARN(m4_normalize([Unsupported platform "${host_os}".]))
|
AC_MSG_ERROR(m4_normalize([Unsupported platform "${host_os}".]))
|
||||||
])
|
])
|
||||||
|
|
||||||
# -- Checks for programs --
|
# -- Checks for programs --
|
||||||
|
|
Loading…
Add table
Reference in a new issue