diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2008-02-11 21:23:23 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2008-02-11 21:23:23 (GMT) |
commit | 5be1694d275e5109dbf89d11de4fb912495d59ef (patch) | |
tree | e7e6ee508bc6d55a7cc43e3d358b852dcb7e1dbd | |
parent | edf361db3e4e4b315e51a6c9955fc4a1728c46d8 (diff) | |
download | monitoring-plugins-5be1694d275e5109dbf89d11de4fb912495d59ef.tar.gz |
Added link to FAQ for redhat spopen problem
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1923 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index c584800..341add8 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1508,6 +1508,7 @@ AC_ARG_ENABLE(redhat-pthread-workaround, | |||
1508 | [ac_cv_enable_redhat_pthread_workaround=test]) | 1508 | [ac_cv_enable_redhat_pthread_workaround=test]) |
1509 | if test "$ac_cv_enable_redhat_pthread_workaround" = "test" ; then | 1509 | if test "$ac_cv_enable_redhat_pthread_workaround" = "test" ; then |
1510 | if echo $ac_cv_uname_r | egrep "\.EL(smp)?$" >/dev/null 2>&1 ; then | 1510 | if echo $ac_cv_uname_r | egrep "\.EL(smp)?$" >/dev/null 2>&1 ; then |
1511 | AC_MSG_NOTICE([See http://nagiosplugins.org/faq/compile/configure_appears_to_hang if this next part takes a long time]) | ||
1511 | AC_MSG_CHECKING(for redhat spopen problem) | 1512 | AC_MSG_CHECKING(for redhat spopen problem) |
1512 | ( cd config_test && make && make test ) > /dev/null 2>&1 | 1513 | ( cd config_test && make && make test ) > /dev/null 2>&1 |
1513 | if test $? -eq 0 ; then | 1514 | if test $? -eq 0 ; then |