* src/pwunconv.c: Only check USE_TCB if configured WITH_TCB.
This commit is contained in:
@@ -93,10 +93,12 @@ int main (int argc, char **argv)
|
||||
|
||||
OPENLOG ("pwunconv");
|
||||
|
||||
#ifdef WITH_TCB
|
||||
if (getdef_bool("USE_TCB")) {
|
||||
fprintf(stderr, _("%s: can't work with tcb enabled\n"), Prog);
|
||||
exit(1);
|
||||
}
|
||||
#endif /* WITH_TCB */
|
||||
|
||||
if (!spw_file_present ()) {
|
||||
/* shadow not installed, do nothing */
|
||||
|
||||
Reference in New Issue
Block a user