summaryrefslogtreecommitdiff
path: root/lib/make/configure.in
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-05-14 13:18:51 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-05-14 13:18:51 +0000
commit8b06932ae60292b1d9a16f25557d070b1f74d056 (patch)
tree0fe88881256a9f03dcb993e123e2a994531c293c /lib/make/configure.in
parent104f54cfe7133fb6e83ae8e2352029614da2e381 (diff)
Changing defualt of RANLIBFLAGS from 'cs' to '-cs' since the '-' seems to be
necessary on Darwin. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2181 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/configure.in')
-rw-r--r--lib/make/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make/configure.in b/lib/make/configure.in
index b42062ed..0aedab3c 100644
--- a/lib/make/configure.in
+++ b/lib/make/configure.in
@@ -321,7 +321,7 @@ AC_SUBST(USE_RANLIB)
: ${USE_RANLIB=no}
AC_SUBST(RANLIBFLAGS)
-: ${RANLIBFLAGS=cs}
+: ${RANLIBFLAGS=-cs}
AC_SUBST(F90FLAGS)
AC_SUBST(F77FLAGS)