From: Sven M. Hallberg Date: Mon, 1 Sep 2014 22:35:51 +0000 (+0200) Subject: remove some C++ remnants X-Git-Url: http://git.meshlink.io/?p=catta;a=commitdiff_plain;h=fe6744fda5317f2c1567f51f85ea662089d36e3b remove some C++ remnants --- diff --git a/configure.ac b/configure.ac index 696903e..7430faa 100644 --- a/configure.ac +++ b/configure.ac @@ -132,11 +132,6 @@ fi if test x"$enable_ssp" = x"yes"; then # Do this the long way so we don't call GCC_STACK_PROTECT_LIB twice GCC_STACK_PROTECT_CC - - AC_LANG_PUSH([C++]) - GCC_STACK_PROTECT_CXX - AC_LANG_POP([C++]) - # XXX: Update the enable_ssp value now for output later? fi # libtool stuff