Revision: 2598
          http://tmux.svn.sourceforge.net/tmux/?rev=2598&view=rev
Author:   nicm
Date:     2011-09-23 12:35:08 +0000 (Fri, 23 Sep 2011)
Log Message:
-----------
The HAVE_DIRFD check should be for dirfd() not /proc/$$/fd. Doh.

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

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac  2011-09-23 12:34:31 UTC (rev 2597)
+++ trunk/configure.ac  2011-09-23 12:35:08 UTC (rev 2598)
@@ -328,6 +328,7 @@
 AC_CHECK_FUNCS(
        [ \
                bzero \
+               dirfd \
                setproctitle \
                sysconf \
        ]
@@ -401,15 +402,6 @@
        AC_MSG_RESULT(no)
 fi
 
-# Look for /proc/$$/fd.
-AC_MSG_CHECKING(for /proc/\$\$/fd)
-if test -d /proc/$$/fd; then
-       AC_DEFINE(HAVE_DIRFD)
-       AC_MSG_RESULT(yes)
-else
-       AC_MSG_RESULT(no)
-fi
-
 # Figure out the platform for osdep-*.c and forkpty-*.c.
 AC_MSG_CHECKING(platform)
 case "$host_os" in

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


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to