summaryrefslogtreecommitdiff
path: root/tests/atlocal.in
diff options
context:
space:
mode:
authorAkim Demaille <akim@lrde.epita.fr>2012-11-26 10:42:43 +0100
committerAkim Demaille <akim@lrde.epita.fr>2012-11-26 10:42:43 +0100
commit15a1a08a877cfe0ab231d59a5c19201b98df04be (patch)
treefa186388c1800ee9874e3b0e1740d97251470c19 /tests/atlocal.in
parent589149dccf052e470b3991d9a79108ab8aac750c (diff)
downloadbison-15a1a08a877cfe0ab231d59a5c19201b98df04be.tar.gz
tests: remove leftover
* tests/atlocal.in: Remove duplicate handling of --compile-c-with-cxx.
Diffstat (limited to 'tests/atlocal.in')
-rw-r--r--tests/atlocal.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/atlocal.in b/tests/atlocal.in
index 16e6fda8..649e0743 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