SF.net SVN: nagiosplug:[2116] nagiosplug/trunk/tools/tinderbox_build

[email protected]
Newsgroups gmane.network.nagios.plugins.cvs
Message-ID <[email protected]>
Revision: 2116
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2116&view=rev
Author:   dermoth
Date:     2009-01-06 05:46:29 +0000 (Tue, 06 Jan 2009)

Log Message:
-----------
tinderbox_build: Add --enable-libtap configure option

From: Thomas Guyot-Sionnest <[email protected]>

Modified Paths:
--------------
    nagiosplug/trunk/tools/tinderbox_build

Modified: nagiosplug/trunk/tools/tinderbox_build
===================================================================
--- nagiosplug/trunk/tools/tinderbox_build	2009-01-06 05:46:17 UTC (rev 2115)
+++ nagiosplug/trunk/tools/tinderbox_build	2009-01-06 05:46:29 UTC (rev 2116)
@@ -246,8 +246,8 @@
 
 sub configure {
 	# Configure
-        print LOG "./configure $ConfigureArgs\n";
-        open (CONFIGURE, "./configure $ConfigureArgs 2>&1 |") || die "../configure: $!\n";
+        print LOG "./configure --enable-libtap $ConfigureArgs\n";
+        open (CONFIGURE, "./configure --enable-libtap $ConfigureArgs 2>&1 |") || die "../configure: $!\n";
         while (<CONFIGURE>) {
             print $_;
             print LOG $_;


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

------------------------------------------------------------------------------
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.