configure: improved messages

This commit is contained in:
Evgeny Grin (Karlson2k)
2024-04-24 17:46:09 +02:00
parent e1114d105d
commit 9dac82ef3d
+8
View File
@@ -995,6 +995,14 @@ AS_CASE(["$host_os"],
AC_DEFINE([_REENTRANT],[1],[Need with solaris or errno does not work])
mhd_host_os='Solaris'
AC_MSG_RESULT([[$mhd_host_os]])],
[linux-gnu],
[AC_DEFINE([LINUX],[1],[This is a Linux kernel])
mhd_host_os='GNU/Linux'
AC_MSG_RESULT([[$mhd_host_os]])],
[linux-android*],
[AC_DEFINE([LINUX],[1],[This is a Linux kernel])
mhd_host_os='Android'
AC_MSG_RESULT([[$mhd_host_os]])],
[*linux*],
[AC_DEFINE([LINUX],[1],[This is a Linux kernel])
mhd_host_os='Linux'