aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@9e23cc15-e5c8-4d65-9080-beda90ea645b>2013-03-15 19:18:23 +0000
committereschnett <eschnett@9e23cc15-e5c8-4d65-9080-beda90ea645b>2013-03-15 19:18:23 +0000
commita61b67cea8fa4582cba4fc74e0dc11ed924e67e1 (patch)
tree781e782e43f448cbb2bc3e0b2bc0d54f7ab7f846
parentc5300ab0617f4236278e18ee8811e54845023d6a (diff)
Disable shared libraries
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@34 9e23cc15-e5c8-4d65-9080-beda90ea645b
-rw-r--r--configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.sh b/configure.sh
index 634c405..4263526 100644
--- a/configure.sh
+++ b/configure.sh
@@ -113,7 +113,7 @@ then
echo "GSL: Configuring..."
cd ${NAME}
- ./configure --prefix=${GSL_DIR}
+ ./configure --prefix=${GSL_DIR} --enable-shared=no
echo "GSL: Building..."
${MAKE}