diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-07-02 07:14:59 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-07-02 07:14:59 (GMT) |
| commit | a20660b620d91b3dc7e3dbe80bd64d7de175d710 (patch) | |
| tree | d0fa097392725e33ceb6fe6c297f1de2a8ed99c4 /unix/configure | |
| parent | d534d43b4ab1c8a037b4b2e368a16a471b026c03 (diff) | |
| download | tcl-a20660b620d91b3dc7e3dbe80bd64d7de175d710.zip tcl-a20660b620d91b3dc7e3dbe80bd64d7de175d710.tar.gz tcl-a20660b620d91b3dc7e3dbe80bd64d7de175d710.tar.bz2 | |
Bug [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 61c2247..3e04284 100755 --- a/unix/configure +++ b/unix/configure @@ -9619,7 +9619,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 () { |
