summaryrefslogtreecommitdiffstats
path: root/Templates/configure.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-07-10 18:29:45 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-07-10 18:29:45 (GMT)
commit726f4fc52425fd790d2ab96f28f18b4b7c4f3750 (patch)
tree537a1e368758c2fa7c5fe425c74580c7bbb11847 /Templates/configure.in
parentf7ca7fb868f8ec6e24b6a8b4753f61e5588624bc (diff)
downloadCMake-726f4fc52425fd790d2ab96f28f18b4b7c4f3750.zip
CMake-726f4fc52425fd790d2ab96f28f18b4b7c4f3750.tar.gz
CMake-726f4fc52425fd790d2ab96f28f18b4b7c4f3750.tar.bz2
BUG: fix excape of * for cmake
Diffstat (limited to 'Templates/configure.in')
-rw-r--r--Templates/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Templates/configure.in b/Templates/configure.in
index 01a2d02..d1ec182 100644
--- a/Templates/configure.in
+++ b/Templates/configure.in
@@ -263,7 +263,7 @@ case $system in
CMAKE_SHLIB_LD_LIBS=""
CMAKE_SHLIB_SUFFIX=".so"
CMAKE_DL_LIBS=""
- CMAKE_SHLIB_BUILD_FLAGS='-shared -Wl,-expect_unresolved,"*"'
+ CMAKE_SHLIB_BUILD_FLAGS='-shared -Wl,-expect_unresolved,\*'
CMAKE_SHLIB_LINK_FLAGS=''
CMAKE_SHLIB_RUNTIME_FLAG="-Wl,-rpath,"
CMAKE_SHLIB_RUNTIME_SEP=":"