Update of /cvsroot/tmux/tmux
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv8118
Modified Files:
configure.ac
Log Message:
Default enable-debug to on in CVS (can be changed for releases).
Index: configure.ac
===================================================================
RCS file: /cvsroot/tmux/tmux/configure.ac,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- configure.ac 31 Dec 2010 22:12:33 -0000 1.1
+++ configure.ac 31 Dec 2010 22:18:35 -0000 1.2
@@ -34,10 +34,10 @@
])
# Is this a debug build?
+found_debug=yes
AC_ARG_ENABLE(debug,
AC_HELP_STRING(--enable-debug, create a debug build),
- found_debug=yes,
- found_debug=no)
+ found_debug=$enable_debug)
AM_CONDITIONAL(IS_DEBUG, test "x$found_debug" = xyes)
# Is this gcc?
------------------------------------------------------------------------------
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