fix bitching of: gcc version 3.3.5 (Debian 1:3.3.5-13)

This commit is contained in:
tg 2006-11-21 21:45:24 +00:00
parent 17cbdbd0f7
commit 2122e253e7

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $MirOS: src/bin/mksh/Build.sh,v 1.82 2006/11/12 13:49:22 tg Exp $
# $MirOS: src/bin/mksh/Build.sh,v 1.83 2006/11/21 21:45:24 tg Exp $
#-
# Environment: CC, CFLAGS, CPPFLAGS, LDFLAGS, LIBS, NROFF
@ -187,7 +187,7 @@ fi
ac_testn mksh_full '' "if we're building without MKSH_SMALL" <<-'EOF'
#ifdef MKSH_SMALL
#error OK, we're building an extra small mksh.
#error OK, we are building an extra small mksh.
#else
int main(void) { return (0); }
#endif