[Nagiosplug-checkins] nagiosplug configure.in,1.157,1.158

Ton Voon tonvoon at users.sourceforge.net
Thu Oct 13 04:52:21 CEST 2005


Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24936

Modified Files:
	configure.in 
Log Message:
Run spopen tests for Redhat ES SMP (Hans Engelen)


Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -d -r1.157 -r1.158
--- configure.in	6 Oct 2005 12:12:46 -0000	1.157
+++ configure.in	13 Oct 2005 11:51:15 -0000	1.158
@@ -1553,7 +1553,9 @@
 dnl Only appears to affect nslookup and dig calls. Only affects redhat around
 dnl 2.6.9-11 (okay in 2.6.9-5). Redhat investigating root cause
 dnl We patch plugins/popen.c
-if echo $ac_cv_uname_r | egrep "\.EL$" >/dev/null 2>&1 ; then
+dnl Need to add smp because uname different on those. May need to check
+dnl Fedora Core too in future
+if echo $ac_cv_uname_r | egrep "\.EL(smp)?$" >/dev/null 2>&1 ; then
 	AC_MSG_CHECKING(for redhat spopen problem)
 	( cd config_test && make && make test ) > /dev/null 2>&1
 	if test $? -eq 0 ; then





More information about the Commits mailing list