You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/10/16 17:53:31 UTC

svn commit: r825965 - /commons/sandbox/runtime/trunk/src/main/native/configure

Author: mturk
Date: Fri Oct 16 15:53:31 2009
New Revision: 825965

URL: http://svn.apache.org/viewvc?rev=825965&view=rev
Log:
Link solaris with kstat

Modified:
    commons/sandbox/runtime/trunk/src/main/native/configure

Modified: commons/sandbox/runtime/trunk/src/main/native/configure
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/configure?rev=825965&r1=825964&r2=825965&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/configure (original)
+++ commons/sandbox/runtime/trunk/src/main/native/configure Fri Oct 16 15:53:31 2009
@@ -921,6 +921,8 @@
     if [ ".$have_port" = .1 ]; then
         have_port=`have_function port_create`
     fi
+    ok=`have_library kstat`
+    test ".$ok" = .1 && varadds ldflags -lkstat
 else
     have_port=0
 fi