From: Amos Jeffries Date: Mon, 26 Jan 2009 02:35:17 +0000 (+1300) Subject: Make configure tests use C++ instead of C X-Git-Tag: SQUID_3_2_0_1~1245 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78013592713ac1d57437c7d55980fc046c67d888;p=thirdparty%2Fsquid.git Make configure tests use C++ instead of C --- diff --git a/configure.in b/configure.in index 42f52641d5..1a76a5202d 100644 --- a/configure.in +++ b/configure.in @@ -26,8 +26,8 @@ fi dnl Check for GNU cc AC_PROG_CC AM_PROG_CC_C_O -AC_LANG_C AC_PROG_CXX +AC_LANG_CPLUSPLUS AC_CANONICAL_HOST dnl Make location configure settings available to the code