Signed-off-by: Manolo de Medici <manolo.demed...@gmail.com> --- configure | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/configure b/configure index 21ab9a64e9..fb11ede5b2 100755 --- a/configure +++ b/configure @@ -353,6 +353,8 @@ elif check_define __NetBSD__; then host_os=netbsd elif check_define __APPLE__; then host_os=darwin +elif check_define __GNU__; then + host_os=hurd else # This is a fatal error, but don't report it yet, because we # might be going to just print the --help text, or it might -- 2.43.0