summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-09 21:11:20 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-09 21:11:20 +0000
commit6f2d10ba4a9195eb6322c942dc83c5d01c459cc0 (patch)
treeaba5334441ebee0e3b23d5d1dbe36b7c5b991a19 /include
parentdf66586dbbbb8a25a82db525995c994aed5ac91c (diff)
downloadATCD-6f2d10ba4a9195eb6322c942dc83c5d01c459cc0.tar.gz
Recognizing eg++ more intelligently.
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/wrapper_macros.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU
index 48227041230..eed97a2750e 100644
--- a/include/makeinclude/wrapper_macros.GNU
+++ b/include/makeinclude/wrapper_macros.GNU
@@ -201,7 +201,7 @@ ifeq ($(findstring g++,$(CXX)),g++)
if $(CXX) --version | egrep '^(cygnus-)?2\.[0-7]' > /dev/null; then \
echo 1; else echo 0; fi)
else # ! g++
- ifeq ($(CXX),eg++)
+ ifeq (eg++,$(findstring eg++,$(CXX)))
# Assume that eg++ is egcs.
ACE_HAS_GNUG_PRE_2_8 := 0
else # ! plain g++ or eg++