aboutsummaryrefslogtreecommitdiff
path: root/GSL.sh
diff options
context:
space:
mode:
authorschnetter <schnetter@9e23cc15-e5c8-4d65-9080-beda90ea645b>2010-03-23 23:11:48 +0000
committerschnetter <schnetter@9e23cc15-e5c8-4d65-9080-beda90ea645b>2010-03-23 23:11:48 +0000
commit565395318bebfc43f54e1f7113d411130a4a9cc3 (patch)
tree24b45f6775566b7881dc73bf85d024c98b5eba0b /GSL.sh
parentf0048173b56ba91285135906fb2b4223fecca12f (diff)
Don't overwrite user specified library name
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@9 9e23cc15-e5c8-4d65-9080-beda90ea645b
Diffstat (limited to 'GSL.sh')
-rw-r--r--GSL.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/GSL.sh b/GSL.sh
index c75434c..efa5e92 100644
--- a/GSL.sh
+++ b/GSL.sh
@@ -121,7 +121,7 @@ if [ "${GSL_DIR}" != '/usr' -a "${GSL_DIR}" != '/usr/local' ]; then
GSL_INC_DIRS="${GSL_DIR}/include"
GSL_LIB_DIRS="${GSL_DIR}/lib"
fi
-GSL_LIBS='gsl gslcblas'
+: ${GSL_LIBS='gsl gslcblas'}
# Pass options to Cactus
echo "BEGIN MAKE_DEFINITION"