mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
tests: remove leftover
* tests/atlocal.in: Remove duplicate handling of --compile-c-with-cxx.
This commit is contained 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
|
||||
|
||||
Reference in New Issue
Block a user