From 57001ce3bb97455d799f0a2180b7bf1287ffd71a Mon Sep 17 00:00:00 2001 From: Max Dymond Date: Fri, 1 Sep 2017 21:48:41 +0100 Subject: ossfuzz: Move to C++ for curl_fuzzer. Automake gets confused if you want to use C++ static libraries with C code - basically we need to involve the clang++ linker. The easiest way of achieving this is to rename the C code as C++ code. This gets us a bit further along the path and ought to be compatible with Google's version of clang. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 04d92d8f4..27d560f83 100755 --- a/configure.ac +++ b/configure.ac @@ -52,6 +52,7 @@ CURL_CHECK_OPTION_RT XC_CHECK_PATH_SEPARATOR AX_CODE_COVERAGE +AC_PROG_CXX # # save the configure arguments -- cgit v1.2.3