diff options
author | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-03-18 09:58:17 +0000 |
---|---|---|
committer | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-03-18 09:58:17 +0000 |
commit | 7520a49497776678c881e3151f4e4824f3604db8 (patch) | |
tree | 8296b4acc4cba130806c65f9898f5f88c18336c6 /libgfortran/configure | |
parent | 7c01fa6c76ae21b94a3ba91a0e28c3344d3f8872 (diff) | |
download | gcc-7520a49497776678c881e3151f4e4824f3604db8.tar.gz |
* configure.ac: Check for presence of fcntl.
* configure: Regenerate.
* config.h.in: Regenerate.
* io/unix.c (set_close_on_exec): Check for HAVE_FCNTL.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208634 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/configure')
-rwxr-xr-x | libgfortran/configure | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libgfortran/configure b/libgfortran/configure index bfb2408ffb8..23f57c7af37 100755 --- a/libgfortran/configure +++ b/libgfortran/configure @@ -2572,6 +2572,7 @@ as_fn_append ac_func_list " execve" as_fn_append ac_func_list " pipe" as_fn_append ac_func_list " dup2" as_fn_append ac_func_list " close" +as_fn_append ac_func_list " fcntl" as_fn_append ac_func_list " strcasestr" as_fn_append ac_func_list " getrlimit" as_fn_append ac_func_list " gettimeofday" @@ -12342,7 +12343,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12345 "configure" +#line 12346 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12448,7 +12449,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12451 "configure" +#line 12452 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -16602,6 +16603,8 @@ done + + fi # Check strerror_r, cannot be above as versions with two and three arguments exist |