Have rpcgen actually tell us what cpp it is looking for (as it would if we

were SVR%).
This commit is contained in:
David E. O'Brien 2001-01-10 19:12:47 +00:00
parent aa17032fcb
commit f29126734d
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ static void find_cpp()
} else { /* try the other one */
CPP = SUNOS_CPP;
if (stat(CPP, &buf) < 0) { /* can't find any cpp */
warnx("cannot find any C preprocessor (cpp)");
warnx("cannot find C preprocessor: %s", CPP);
crash();
}
}