]> git.saurik.com Git - bison.git/commitdiff
tests: remove leftover
authorAkim Demaille <akim@lrde.epita.fr>
Mon, 26 Nov 2012 09:42:43 +0000 (10:42 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Mon, 26 Nov 2012 09:42:43 +0000 (10:42 +0100)
* tests/atlocal.in: Remove duplicate handling of --compile-c-with-cxx.

tests/atlocal.in

index 16e6fda89ef75ab6b0a22f04270aa3ef79fe2e69..649e0743f019b75dbf7eb520d6e51a6822d1bbca 100644 (file)
@@ -88,9 +88,3 @@ if env | grep '^POSIXLY_CORRECT=' >/dev/null; then
 else
   POSIXLY_CORRECT_IS_EXPORTED=false
 fi
-
-# Handle --compile-c-with-cxx here, once CXX and CXXFLAGS are known.
-if "$at_arg_compile_c_with_cxx"; then
-  CC=$CXX
-  CFLAGS=$CXXFLAGS
-fi