From: Akim Demaille Date: Mon, 26 Nov 2012 09:42:43 +0000 (+0100) Subject: tests: remove leftover X-Git-Tag: v2.7.90~269 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=15a1a08a877cfe0ab231d59a5c19201b98df04be;p=platform%2Fupstream%2Fbison.git tests: remove leftover * tests/atlocal.in: Remove duplicate handling of --compile-c-with-cxx. --- diff --git a/tests/atlocal.in b/tests/atlocal.in index 16e6fda..649e074 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -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