diff options
Diffstat (limited to 'libgfortran/configure.ac')
-rw-r--r-- | libgfortran/configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libgfortran/configure.ac b/libgfortran/configure.ac index 9dd1f5a86c8..41dc7e67b54 100644 --- a/libgfortran/configure.ac +++ b/libgfortran/configure.ac @@ -258,6 +258,9 @@ LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY LIBGFOR_CHECK_ATTRIBUTE_DLLEXPORT LIBGFOR_CHECK_ATTRIBUTE_ALIAS +# Various other checks on target +LIBGFOR_CHECK_UNLINK_OPEN_FILE + AC_CACHE_SAVE if test ${multilib} = yes; then |