mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-08 10:18:04 +02:00
Xquartz: Fixed launchd detection
This commit is contained in:
parent
b709718a69
commit
641227883c
1 changed files with 1 additions and 0 deletions
|
|
@ -1796,6 +1796,7 @@ if test "x$LAUNCHD" = "xauto"; then
|
||||||
if test "x$XQUARTZ" = "xyes" ; then
|
if test "x$XQUARTZ" = "xyes" ; then
|
||||||
LAUNCHD=yes
|
LAUNCHD=yes
|
||||||
else
|
else
|
||||||
|
unset LAUNCHD
|
||||||
AC_CHECK_PROG(LAUNCHD, [launchd], [yes], [no])
|
AC_CHECK_PROG(LAUNCHD, [launchd], [yes], [no])
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue