From f568facfa81f6847df3bc91bb5d16af3d2a0871b Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Sun, 10 Apr 2005 00:52:57 +0000 Subject: [PATCH] fixed typo git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2007 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/m4/ensc_cxxcompiler.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util-vserver/m4/ensc_cxxcompiler.m4 b/util-vserver/m4/ensc_cxxcompiler.m4 index ac92dbc..40f9f1a 100644 --- a/util-vserver/m4/ensc_cxxcompiler.m4 +++ b/util-vserver/m4/ensc_cxxcompiler.m4 @@ -61,6 +61,6 @@ int main(int argc, char *argv[]) { [test x"$ensc_cv_c99_c99compiler" = xyes]) if test x"$ensc_cv_c99_c99compiler" = xno; then - AC_MSG_WARN([*** some programs will not be built because a C99 compiler is lacking]) + AC_MSG_WARN([*** some programs will not be built because system is lacking a C99 compiler]) fi ]) -- 1.8.1.5