summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2005-10-13 11:51:15 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2005-10-13 11:51:15 (GMT)
commit37d64b89f9a3a293a3eb3f744a62d4b8402ac48c (patch)
tree729c84bf6fa4cf692516072f8604ace1ab416e3c
parente36bd83847ccc23707f7c08a87174d9cc2da69ee (diff)
downloadmonitoring-plugins-37d64b89f9a3a293a3eb3f744a62d4b8402ac48c.tar.gz
Run spopen tests for Redhat ES SMP (Hans Engelen)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1252 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a266682..86cb99f 100644
--- a/configure.in
+++ b/configure.in
@@ -1553,7 +1553,9 @@ dnl Wierd problem where ECHILD is returned from a wait call in error
1553dnl Only appears to affect nslookup and dig calls. Only affects redhat around 1553dnl Only appears to affect nslookup and dig calls. Only affects redhat around
1554dnl 2.6.9-11 (okay in 2.6.9-5). Redhat investigating root cause 1554dnl 2.6.9-11 (okay in 2.6.9-5). Redhat investigating root cause
1555dnl We patch plugins/popen.c 1555dnl We patch plugins/popen.c
1556if echo $ac_cv_uname_r | egrep "\.EL$" >/dev/null 2>&1 ; then 1556dnl Need to add smp because uname different on those. May need to check
1557dnl Fedora Core too in future
1558if echo $ac_cv_uname_r | egrep "\.EL(smp)?$" >/dev/null 2>&1 ; then
1557 AC_MSG_CHECKING(for redhat spopen problem) 1559 AC_MSG_CHECKING(for redhat spopen problem)
1558 ( cd config_test && make && make test ) > /dev/null 2>&1 1560 ( cd config_test && make && make test ) > /dev/null 2>&1
1559 if test $? -eq 0 ; then 1561 if test $? -eq 0 ; then