Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
added quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Kliem committed Dec 4, 2020
1 parent 87dae61 commit 7577dd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/pkgs/gfortran/spkg-configure.m4
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ AC_DEFUN([SAGE_MUST_INSTALL_GFORTRAN], [

dnl This macro saves current FCFLAGS for later use.
AC_DEFUN([SAGE_SAVE_FCFLAGS], [
sage_saved_fcflags=$FCFLAGS
sage_saved_fcflags="$FCFLAGS"
])

dnl This macro restores saved FCFLAGS.
AC_DEFUN([SAGE_RESTORE_FCFLAGS], [
FCFLAGS=$sage_saved_fcflags
FCFLAGS="$sage_saved_fcflags"
])


Expand Down

0 comments on commit 7577dd4

Please sign in to comment.