From 02f8653efb6804bd07a243b75a2e3475830df480 Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Wed, 17 Apr 1996 19:37:36 +0000 Subject: [PATCH] Change a comment. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1450 72102866-910b-0410-8b05-ffd578937521 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 539a6b363..9a61f2a03 100644 --- a/configure.in +++ b/configure.in @@ -36,7 +36,7 @@ AC_PROG_CPP # if yes: # add -cpp-traditional to CPP # if no: -# include implementations of List, HashTable etc. objects +# include implementations of List, HashTable etc. #-------------------------------------------------------------------- AC_MSG_CHECKING(whether we are using NeXT's compiler) AC_TRY_CPP([#include "$srcdir/config/config.nextcc.h"], NeXTCC=0, NeXTCC=1)