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