diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-07-02 07:26:20 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-07-02 07:26:20 (GMT) |
commit | 2317e6f9fb495051d9ed1e4b4414d45f90462b92 (patch) | |
tree | 0b46425666e8d42050bfd5570d099d9e6264730a /unix/configure | |
parent | 39c7392bf90d5f9bf4da98d8e593cf69064fdb27 (diff) | |
parent | 1993f3bd9366931d6bcd1f374b8851435cb725c0 (diff) | |
download | tk-2317e6f9fb495051d9ed1e4b4414d45f90462b92.zip tk-2317e6f9fb495051d9ed1e4b4414d45f90462b92.tar.gz tk-2317e6f9fb495051d9ed1e4b4414d45f90462b92.tar.bz2 |
Bug [http://core.tcl.tk/tcl/tktview?name=32afa6e256|32afa6e256]: dirent64 check is incorrect in tcl.m4. Thanks to Brian Griffin.
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index 7bc80dc..764c597 100755 --- a/unix/configure +++ b/unix/configure @@ -7611,7 +7611,7 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include <sys/types.h> -#include <sys/dirent.h> +#include <dirent.h> int main () { |