summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xTemplates/configure4
-rw-r--r--Templates/configure.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/Templates/configure b/Templates/configure
index 7bea923..480d15b 100755
--- a/Templates/configure
+++ b/Templates/configure
@@ -2289,9 +2289,9 @@ fi
CMAKE_SHLIB_SUFFIX=".dylib"
CMAKE_MODULE_SUFFIX=".so"
CMAKE_DL_LIBS=""
- CMAKE_SHLIB_BUILD_FLAGS="-dynamiclib -undefined warning" #undefined warning must go away once dylibs link in
+ CMAKE_SHLIB_BUILD_FLAGS="-dynamiclib"
CMAKE_SHLIB_LINK_FLAGS=""
- CMAKE_MODULE_BUILD_FLAGS="-bundle -undefined warning" #undefined warning must go away once dylibs link in
+ CMAKE_MODULE_BUILD_FLAGS="-bundle"
CMAKE_MODULE_LINK_FLAGS=""
CMAKE_SHLIB_RUNTIME_FLAG=""
CMAKE_SHLIB_RUNTIME_SEP=":"
diff --git a/Templates/configure.in b/Templates/configure.in
index fd90d8d..7955b2c 100644
--- a/Templates/configure.in
+++ b/Templates/configure.in
@@ -135,9 +135,9 @@ case $system in
CMAKE_SHLIB_SUFFIX=".dylib"
CMAKE_MODULE_SUFFIX=".so"
CMAKE_DL_LIBS=""
- CMAKE_SHLIB_BUILD_FLAGS="-dynamiclib -undefined warning" #undefined warning must go away once dylibs link in
+ CMAKE_SHLIB_BUILD_FLAGS="-dynamiclib"
CMAKE_SHLIB_LINK_FLAGS=""
- CMAKE_MODULE_BUILD_FLAGS="-bundle -undefined warning" #undefined warning must go away once dylibs link in
+ CMAKE_MODULE_BUILD_FLAGS="-bundle"
CMAKE_MODULE_LINK_FLAGS=""
CMAKE_SHLIB_RUNTIME_FLAG=""
CMAKE_SHLIB_RUNTIME_SEP=":"