xserver: Branch 'xorg-server-1.4-apple'

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Sat Dec 15 14:03:55 PST 2007


 configure.ac |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 641227883c1901e581cd3b9dbbf615078140dce2
Author: Jeremy Huddleston <jeremy at yuffie.local>
Date:   Sat Dec 15 14:00:56 2007 -0800

    Xquartz: Fixed launchd detection

diff --git a/configure.ac b/configure.ac
index eee0d23..f95d0de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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


More information about the xorg-commit mailing list