Skip to content

Commit

Permalink
remove unused AC_DEFINE
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored and rem1776 committed Jul 25, 2024
1 parent b95b49d commit 2bcd559
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions m4/gx_fortran_options.m4
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,6 @@ if test "x$gx_cv_fc_mod_case_flag" = "xunknown"; then
m4_default([$2],
[AC_MSG_ERROR([No working flag found to disable module filename capitalization])])
elif test "x$gx_cv_fc_mod_case_flag" != "xno"; then
AC_DEFINE([NEEDS_MOD_OUTPUT_CASE_FLAG], 1,
[Define to 1 if your Fortran compiler requires a flag to match case of module names])
FC_MOD_CASE_FLAG=$gx_cv_fc_mod_case_flag
AC_SUBST([FC_MOD_CASE_FLAG])
$1
Expand Down

0 comments on commit 2bcd559

Please sign in to comment.