Description: FTCBFS: uses AC_TRY_RUN
Author: Helmut Grohne <helmut@subdivi.de>
Last-Update: 2021-09-08
Bug-Debian: https://bugs.debian.org/993942

--- a/acinclude.m4
+++ b/acinclude.m4
@@ -163,6 +163,8 @@ exit (h == NULL ? 1 : 0); }],[
       AC_MSG_RESULT(no)
       AC_MSG_ERROR([can't figure out gethostbyname_r() since localhost doesn't resolve])
 
+      ],[
+      AC_MSG_RESULT(cross. assuming yes)
       ]
 )
 ])
