fixed typo
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Sun, 10 Apr 2005 00:52:57 +0000 (00:52 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Sun, 10 Apr 2005 00:52:57 +0000 (00:52 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2007 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/m4/ensc_cxxcompiler.m4

index ac92dbc..40f9f1a 100644 (file)
@@ -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
 ])