projects
/
platform
/
upstream
/
bison.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
713535c
)
(AT_COMPILE_CXX): Use it instead of CFLAGS.
author
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 2 Jun 2003 07:26:17 +0000
(07:26 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 2 Jun 2003 07:26:17 +0000
(07:26 +0000)
tests/local.at
patch
|
blob
|
history
diff --git
a/tests/local.at
b/tests/local.at
index
65ae073
..
e44871c
100644
(file)
--- a/
tests/local.at
+++ b/
tests/local.at
@@
-176,7
+176,7
@@
m4_define([AT_COMPILE],
m4_define([AT_COMPILE_CXX],
[AT_KEYWORDS(c++)
AT_CHECK([$CXX --version || exit 77], 0, ignore, ignore)
-AT_CHECK([$CXX $CFLAGS $CPPFLAGS m4_default([$2], [$1.c]) -o $1],
+AT_CHECK([$CXX $C
XX
FLAGS $CPPFLAGS m4_default([$2], [$1.c]) -o $1],
0, [], [ignore])])