* Fix the daemon() configure test.

This commit is contained in:
Justin Maggard 2012-01-22 00:36:18 +00:00
parent c5bb5c84b3
commit 8298a15490

View File

@ -211,8 +211,7 @@ AC_COMPILE_IFELSE(
#include <unistd.h>
],
[
int ret;
ret = daemon(0, 0);
return daemon(0, 0);
]
)],
[