Revision: 2563
          http://tmux.svn.sourceforge.net/tmux/?rev=2563&view=rev
Author:   nicm
Date:     2011-07-19 01:35:33 +0000 (Tue, 19 Jul 2011)

Log Message:
-----------
Only get -lrt when needed, from Pietro Cerutti.

Modified Paths:
--------------
    trunk/configure.ac

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac  2011-07-19 01:31:00 UTC (rev 2562)
+++ trunk/configure.ac  2011-07-19 01:35:33 UTC (rev 2563)
@@ -102,7 +102,7 @@
 AC_MSG_RESULT($found_glibc)
 
 # Look for clock_gettime. Must come before event_init.
-AC_CHECK_LIB(rt, clock_gettime)
+AC_SEARCH_LIBS(clock_gettime, rt)
 
 # Look for libevent.
 AC_SEARCH_LIBS(event_init, [event event-1.4 event2], found_libevent=yes, 
found_libevent=no)


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

------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________
tmux-cvs mailing list
tmux-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to