Update of /cvsroot/tmux/tmux
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv18357
Modified Files:
configure.ac
Log Message:
Wrap long line differently.
Index: configure.ac
===================================================================
RCS file: /cvsroot/tmux/tmux/configure.ac,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- configure.ac 2 Jan 2011 15:45:43 -0000 1.5
+++ configure.ac 2 Jan 2011 15:49:31 -0000 1.6
@@ -96,8 +96,12 @@
fi
# Look for curses.
-AC_SEARCH_LIBS(setupterm, [terminfo curses ncurses], found_curses=yes,
- found_curses = no)
+AC_SEARCH_LIBS(
+ setupterm,
+ [terminfo curses ncurses],
+ found_curses=yes,
+ found_curses=no
+)
if test "x$found_curses" = xno; then
AC_MSG_ERROR("curses not found")
fi
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and,
should the need arise, upgrade to a full multi-node Oracle RAC database
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs