changeset 198:e34910e90474

[project @ 1993-11-07 13:06:22 by jwe]
author jwe
date Sun, 07 Nov 1993 13:06:22 +0000
parents 83c8b5c4d9d9
children 5b978bb1bae6
files Makeconf.in
diffstat 1 files changed, 2 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/Makeconf.in
+++ b/Makeconf.in
@@ -46,12 +46,8 @@
 CFLAGS = @CFLAGS@
 ALL_CFLAGS = $(INCFLAGS) $(DEFS) $(CFLAGS)
 
-ifeq ($(CXX), )
-  CXX = $(C++)
-endif
-
-CXXFLAGS = @CXXFLAGS@   # GNU Make 3.63 and beyond
-C++FLAGS = $(CXXFLAGS)  # backward compatibility
+CXX = @CXX@
+CXXFLAGS = @CXXFLAGS@
 ALL_CXXFLAGS = $(INCFLAGS) $(DEFS) $(CXXFLAGS)
 
 LDFLAGS = @LDFLAGS@