Added support for GNU Hurd detection

Actually GNU Hurd is supported since f3dd2a6303
This commit is contained in:
Evgeny Grin (Karlson2k)
2017-06-19 23:43:05 +03:00
parent 24fd9a039e
commit 113fc177aa
+5
View File
@@ -326,6 +326,11 @@ netbsd*)
mhd_host_os='OS/390'
AC_MSG_RESULT([[$mhd_host_os]])
;;
gnu*)
AC_DEFINE([[GNU_HURD]], [[1]], [Define to `1' if host machine runs on GNU Hurd.])
mhd_host_os='GNU Hurd'
AC_MSG_RESULT([[$mhd_host_os]])
;;
*)
mhd_host_os='unrecognised OS'
AC_MSG_RESULT([[$mhd_host_os]])