* src/pwconv.c: Only check USE_TCB if configured WITH_TCB.
This commit is contained in:
parent
d562701538
commit
a8b11f5c18
@ -1,3 +1,7 @@
|
||||
2010-03-10 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* src/pwconv.c: Only check USE_TCB if configured WITH_TCB.
|
||||
|
||||
2010-03-10 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* libmisc/copydir.c: Added parenthesis.
|
||||
|
@ -133,10 +133,12 @@ int main (int argc, char **argv)
|
||||
|
||||
OPENLOG ("pwconv");
|
||||
|
||||
#ifdef WITH_TCB
|
||||
if (getdef_bool("USE_TCB")) {
|
||||
fprintf(stderr, _("%s: can't work with tcb enabled\n"), Prog);
|
||||
fail_exit(E_FAILURE);
|
||||
}
|
||||
#endif /* WITH_TCB */
|
||||
|
||||
if (pw_lock () == 0) {
|
||||
fprintf (stderr,
|
||||
|
Loading…
Reference in New Issue
Block a user