summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: edf361d)
raw | patch | inline | side by side (parent: edf361d)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Mon, 11 Feb 2008 21:23:23 +0000 (21:23 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Mon, 11 Feb 2008 21:23:23 +0000 (21:23 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1923 f882894a-f735-0410-b71e-b25c423dba1c
configure.in | patch | blob | history |
diff --git a/configure.in b/configure.in
index c584800856c8178bbbed17fcb14410c2ea467285..341add80f8e8c00cd57ded1736040d9c1c250535 100644 (file)
--- a/configure.in
+++ b/configure.in
[ac_cv_enable_redhat_pthread_workaround=test])
if test "$ac_cv_enable_redhat_pthread_workaround" = "test" ; then
if echo $ac_cv_uname_r | egrep "\.EL(smp)?$" >/dev/null 2>&1 ; then
+ AC_MSG_NOTICE([See http://nagiosplugins.org/faq/compile/configure_appears_to_hang if this next part takes a long time])
AC_MSG_CHECKING(for redhat spopen problem)
( cd config_test && make && make test ) > /dev/null 2>&1
if test $? -eq 0 ; then