From c1fa8454a1269fc35f5df0826b455d7b608182fb Mon Sep 17 00:00:00 2001 From: Yves Starreveld Date: Thu, 4 Oct 2001 09:32:53 -0400 Subject: [PATCH] ERR: remove undefined warning for compatibility with new 10.1 linker --- Templates/configure | 4 ++-- Templates/configure.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Templates/configure b/Templates/configure index 7bea92372..480d15b61 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 fd90d8d58..7955b2c59 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=":"