diff options
-rw-r--r-- | configure.in | 4 |
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 | |||
1553 | dnl Only appears to affect nslookup and dig calls. Only affects redhat around | 1553 | dnl Only appears to affect nslookup and dig calls. Only affects redhat around |
1554 | dnl 2.6.9-11 (okay in 2.6.9-5). Redhat investigating root cause | 1554 | dnl 2.6.9-11 (okay in 2.6.9-5). Redhat investigating root cause |
1555 | dnl We patch plugins/popen.c | 1555 | dnl We patch plugins/popen.c |
1556 | if echo $ac_cv_uname_r | egrep "\.EL$" >/dev/null 2>&1 ; then | 1556 | dnl Need to add smp because uname different on those. May need to check |
1557 | dnl Fedora Core too in future | ||
1558 | if 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 |