aboutsummaryrefslogtreecommitdiff
path: root/configure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configure.sh')
-rw-r--r--configure.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.sh b/configure.sh
index e0f1828..35af7c7 100644
--- a/configure.sh
+++ b/configure.sh
@@ -166,8 +166,8 @@ fi
# Set options
if [ "${LAPACK_DIR}" != '/usr/lib' -a "${LAPACK_DIR}" != '/usr/local/lib' ]; then
- LAPACK_INC_DIRS=
- LAPACK_LIB_DIRS="${LAPACK_DIR}"
+ : ${LAPACK_INC_DIRS=}
+ : ${LAPACK_LIB_DIRS="${LAPACK_DIR}"}
fi
: ${LAPACK_LIBS='lapack'}