Index: xymon-4.3.7/xymonnet/Makefile
===================================================================
--- xymon-4.3.7.orig/xymonnet/Makefile	2011-08-19 07:26:58.000000000 -0400
+++ xymon-4.3.7/xymonnet/Makefile	2014-01-12 14:48:17.290907674 -0500
@@ -59,6 +59,8 @@
 	mv c-ares-$(ARESVER) c-ares
 	# Must touch "configure", or it will trigger a rebuild because it is older than the tar.gz file.
 	touch c-ares/configure
+	-cp /usr/share/misc/config.guess c-ares/.
+	-cp /usr/share/misc/config.sub c-ares/.
 
 beastat: $(BEASTATOBJS) ../lib/libxymon.a
 	$(CC) $(CFLAGS) -o $@ $(RPATHOPT) $(BEASTATOBJS) ../lib/libxymon.a $(PCRELIBS) $(NETLIBS) $(LIBRTDEF)
