]> git.meshlink.io Git - catta/commitdiff
remove some C++ remnants
authorSven M. Hallberg <pesco@khjk.org>
Mon, 1 Sep 2014 22:35:51 +0000 (00:35 +0200)
committerSven M. Hallberg <pesco@khjk.org>
Mon, 1 Sep 2014 22:35:51 +0000 (00:35 +0200)
configure.ac

index 696903e91cab32b218d38147578a821a189e6f74..7430faa1ed16128c9f7f73a30ce39faed16eb72d 100644 (file)
@@ -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