rock.c: small C-Preprocessor bug noticed on Solaris 10 sparc. check_common_fn.in: avoid == for older /bin/sh as Solaris has

This commit is contained in:
rocky
2011-10-20 02:58:23 +02:00
parent 62cbf39478
commit d3cfa9ed1b
2 changed files with 4 additions and 4 deletions

View File

@@ -134,7 +134,7 @@ test_legal_header() {
opts="$2"
outfile="$3"
if test "@GREP@" == no; then
if test "@GREP@" = no; then
echo "$0: No grep(1) found - cannot test ${cmd}."
echo "$0: Legal header test skipped."
exit $SKIP_TEST_EXITCODE