Xquartz: Fixed launchd detection

This commit is contained in:
Jeremy Huddleston 2007-12-15 14:00:56 -08:00
parent b709718a69
commit 641227883c

View file

@ -1796,6 +1796,7 @@ if test "x$LAUNCHD" = "xauto"; then
if test "x$XQUARTZ" = "xyes" ; then
LAUNCHD=yes
else
unset LAUNCHD
AC_CHECK_PROG(LAUNCHD, [launchd], [yes], [no])
fi
fi