Ignore:
Timestamp:
13/12/2007 00:18:45 (4 years ago)
Author:
chris
Message:

Include the header file where dirfd() is supposed to be defined,
otherwise we can expect not to find it and cause problems later
with our own definition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/configure.ac

    r1974 r1993  
    169169        [], 
    170170        AC_DEFINE([dirfd(x)], [(x)->d_fd], [dirfd() replacement for Solaris]), 
    171         [#include <getopt.h>]) 
     171        [ 
     172                #include <getopt.h> 
     173                #include <dirent.h> 
     174        ]) 
    172175 
    173176AC_HEADER_TIME 
Note: See TracChangeset for help on using the changeset viewer.