From d83b1a9548833642b0c13918880bf16af0697c9d Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Tue, 14 Mar 2017 14:34:00 +0100 Subject: Fixed testing of static builds --- cpp/test/Ice/acm/Client.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/test/Ice/acm/Client.cpp') diff --git a/cpp/test/Ice/acm/Client.cpp b/cpp/test/Ice/acm/Client.cpp index ef25430adaf..da61340c1a4 100644 --- a/cpp/test/Ice/acm/Client.cpp +++ b/cpp/test/Ice/acm/Client.cpp @@ -26,9 +26,9 @@ int main(int argc, char* argv[]) { #ifdef ICE_STATIC_LIBS - Ice::registerIceSSL(); + Ice::registerIceSSL(false); # if defined(__linux) - Ice::registerIceBT(); + Ice::registerIceBT(false); # endif #endif -- cgit v1.2.3