diff options
Diffstat (limited to 'fortran/acsite.m4')
-rw-r--r-- | fortran/acsite.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/acsite.m4 b/fortran/acsite.m4 index 90c7284..7b7c1c5 100644 --- a/fortran/acsite.m4 +++ b/fortran/acsite.m4 @@ -324,7 +324,7 @@ if AC_TRY_EVAL(ac_compile) && AC_TRY_EVAL(ac_link); then : [$3] else - LDFLAGS="saved_LDFLAGS" + LDFLAGS="$saved_LDFLAGS" [$4] fi cd .. |