From 859ba4e802b3644338b920fdcf100e783bed1f76 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Tue, 13 Nov 2007 17:37:21 +0000 Subject: [PATCH] Need C++ linker in place during curl/openssl tests. --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.ac b/configure.ac index 1222f0a..e70c47f 100644 --- a/configure.ac +++ b/configure.ac @@ -204,8 +204,6 @@ int i = 0; # restore master libs LIBS="$save_LIBS" - AC_LANG(C) - # libcurl settings AC_PATH_PROG(CURL_CONFIG,curl-config) AC_ARG_WITH(curl, @@ -285,8 +283,6 @@ int i = 0; LIBS="$save_LIBS" AC_SUBST(XMLSEC_LIBS) - - AC_LANG(C++) else AC_MSG_WARN([xmlsec disabled, building without signature/encryption support]) AC_DEFINE(XMLTOOLING_NO_XMLSEC,1, -- 2.1.4