summaryrefslogtreecommitdiff
path: root/lib/make/configure
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
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')
-rwxr-xr-xlib/make/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make/configure b/lib/make/configure
index 5dca393a..ef069ef1 100755
--- a/lib/make/configure
+++ b/lib/make/configure
@@ -2343,7 +2343,7 @@ X_INC_DIR="$x_includes"
: ${USE_RANLIB=no}
-: ${RANLIBFLAGS=cs}
+: ${RANLIBFLAGS=-cs}