summaryrefslogtreecommitdiff
path: root/libgfortran/configure.ac
diff options
context:
space:
mode:
authorfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-19 07:12:16 +0000
committerfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-19 07:12:16 +0000
commit2e4ef4e47d6a694fefd307cadc0fecd82ea79fa9 (patch)
tree00f928e37d415ce07b3907a3f41321acc0f74628 /libgfortran/configure.ac
parent87a18e8b25690567d23fffb94a4ae8e36fea081b (diff)
downloadgcc-2e4ef4e47d6a694fefd307cadc0fecd82ea79fa9.tar.gz
PR libfortran/26893
* acinclude.m4 (LIBGFOR_WORKING_GFORTRAN): New check. * configure.ac: Add call to LIBGFOR_WORKING_GFORTRAN. * configure: Regenerate. * config.h.in: Regenerate because it was forgottent in the last commit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120949 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/configure.ac')
-rw-r--r--libgfortran/configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgfortran/configure.ac b/libgfortran/configure.ac
index d97360f3275..802d5ad3e08 100644
--- a/libgfortran/configure.ac
+++ b/libgfortran/configure.ac
@@ -151,6 +151,10 @@ case "${host}" in
esac
AC_SUBST(extra_ldflags_libgfortran)
+# We need a working compiler at that point, otherwise give a clear
+# error message and bail out.
+LIBGFOR_WORKING_GFORTRAN
+
AC_SYS_LARGEFILE
AC_TYPE_OFF_T