Commit 62ac9305 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Fix daemon.c inclusion when daemon() isn't present

parent 2881d76f
......@@ -299,7 +299,7 @@ case $target in
AC_CHECK_FUNCS([daemon])
;;
esac
AM_CONDITIONAL(HAVE_DAEMON, [test "x$HAVE_DAEMON" != "xno"])
AM_CONDITIONAL(HAVE_DAEMON, [test "x$ac_cv_func_daemon" != "xno"])
AC_SYS_LARGEFILE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment