Have rpcgen actually tell us what cpp it is looking for (as it would if we
were SVR%).
This commit is contained in:
parent
d9000b19e7
commit
08d8f1af69
@ -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();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user