* Fix the daemon() configure test.
This commit is contained in:
parent
c5bb5c84b3
commit
8298a15490
@ -211,8 +211,7 @@ AC_COMPILE_IFELSE(
|
||||
#include <unistd.h>
|
||||
],
|
||||
[
|
||||
int ret;
|
||||
ret = daemon(0, 0);
|
||||
return daemon(0, 0);
|
||||
]
|
||||
)],
|
||||
[
|
||||
|
Loading…
x
Reference in New Issue
Block a user