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

Remove redundant lines from 'acx_check_cfortran.m4'.

In sync with 'cdipio-dev-snapshot-20210223' now.
parent df5ed07a
No related branches found
No related tags found
1 merge request!14Draft: K202125/cdi 1.8.x pio merge followup
......@@ -58,8 +58,6 @@ 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
......@@ -144,8 +142,6 @@ 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