From 086196b9f7a5ce90541155b3f9048aaffb950e95 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 9 Aug 2000 20:05:35 +0000 Subject: [PATCH] Removed comments about not building c++ code. --- configure/CONFIG_SITE | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure/CONFIG_SITE b/configure/CONFIG_SITE index 83738a4c0..052a6f749 100644 --- a/configure/CONFIG_SITE +++ b/configure/CONFIG_SITE @@ -55,8 +55,6 @@ ANSI=ACC # C++ Compiler (for Host builds) # G++ GNU C++ (g++) # CCC OS VENDOR C++ (sun4/solaris: CC ; hp700: aCC) -#Note: if CPLUSPLUS is empty then C++ src codes are not built -#CPLUSPLUS= # use this if site does not have C++ compiler CPLUSPLUS=CCC # Default ANSI level, individual Makefiles will override