Update of /cvsroot/tmux/tmux
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv14517
Modified Files:
configure.ac
Log Message:
And moar.
Index: configure.ac
===================================================================
RCS file: /cvsroot/tmux/tmux/configure.ac,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- configure.ac 31 Dec 2010 22:31:45 -0000 1.3
+++ configure.ac 31 Dec 2010 22:33:44 -0000 1.4
@@ -75,14 +75,17 @@
# Is this glibc?
AC_MSG_CHECKING(for glibc)
-AC_EGREP_CPP(yes, [
- #include <features.h>
- #ifdef __GLIBC__
- yes
- #endif
+AC_EGREP_CPP(
+ yes,
+ [
+ #include <features.h>
+ #ifdef __GLIBC__
+ yes
+ #endif
],
found_glibc=yes,
- found_glibc=no)
+ found_glibc=no
+)
AM_CONDITIONAL(IS_GLIBC, test "x$found_glibc" = xyes)
AC_MSG_RESULT($found_glibc)
@@ -221,8 +224,8 @@
#else
#include <inttypes.h>
#endif
- int main(void) {
- u_int8_t u8; u_int16_t u16; u_int32_t u32; u_int64_t u64; }
+ int main(void)
+ { u_int8_t u8; u_int16_t u16; u_int32_t u32; u_int64_t u64; }
],
[AC_DEFINE(HAVE_BSD_TYPES) AC_MSG_RESULT(yes)],
AC_MSG_RESULT(no)
------------------------------------------------------------------------------
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