[Nagiosplug-checkins] SF.net SVN: nagiosplug: [1923] nagiosplug/trunk/configure.in

tonvoon at users.sourceforge.net tonvoon at users.sourceforge.net
Mon Feb 11 22:23:23 CET 2008


Revision: 1923
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=1923&view=rev
Author:   tonvoon
Date:     2008-02-11 13:23:23 -0800 (Mon, 11 Feb 2008)

Log Message:
-----------
Added link to FAQ for redhat spopen problem

Modified Paths:
--------------
    nagiosplug/trunk/configure.in

Modified: nagiosplug/trunk/configure.in
===================================================================
--- nagiosplug/trunk/configure.in	2008-02-01 09:32:17 UTC (rev 1922)
+++ nagiosplug/trunk/configure.in	2008-02-11 21:23:23 UTC (rev 1923)
@@ -1508,6 +1508,7 @@
 	[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


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list