Skip to content
Snippets Groups Projects
Commit c4c621b9 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Revert "Remove redundant lines from 'acx_check_cfortran.m4'."

This reverts commit ca953660.
parent 1db71715
No related branches found
No related tags found
1 merge request!14Draft: K202125/cdi 1.8.x pio merge followup
......@@ -58,6 +58,8 @@ AC_DEFUN([_ACX_CHECK_CFORTRAN_FC],
[ACX_MV_OBJ([conftest],[conftest_f])
save_LIBS=$LIBS
LIBS="conftest_c.$ac_objext conftest_f.$ac_objext $LIBS"
AS_CASE([$FC_FPP_FLAG],[-x\ f??-cpp-input],
[LIBS="-x none $LIBS"])
AC_RUN_IFELSE([AC_LANG_PROGRAM(,
[ USE conftest_data, ONLY: ri
IMPLICIT NONE
......@@ -142,6 +144,8 @@ AC_DEFUN([_ACX_CHECK_CFORTRAN_F77],
[ACX_MV_OBJ([conftest],[conftest_f])
save_LIBS=$LIBS
LIBS="conftest_c.$ac_objext conftest_f.$ac_objext $LIBS"
AS_CASE([$FC_FPP_FLAG],[-x\ f??-cpp-input],
[LIBS="-x none $LIBS"])
AC_RUN_IFELSE([AC_LANG_PROGRAM(,
[ REAL RI
COMMON /CFTSTD/ RI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment