Skip to content

Commit

Permalink
* Fix the daemon() configure test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Maggard committed Jan 22, 2012
1 parent 82ca4cb commit d9399fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configure.ac
Expand Up @@ -211,8 +211,7 @@ AC_COMPILE_IFELSE(
#include <unistd.h>
],
[
int ret;
ret = daemon(0, 0);
return daemon(0, 0);
]
)],
[
Expand Down

0 comments on commit d9399fb

Please sign in to comment.