xserver: Branch 'xorg-server-1.2-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 c117047f92ddb7cdf422ebb10cde56080fdf82bf
Author: Jeremy Huddleston <jeremy at yuffie.local>
Date:   Sat Dec 15 14:01:22 2007 -0800

    Xquartz: Fixed launchd detection

diff --git a/configure.ac b/configure.ac
index 0405678..7e7aac6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1697,6 +1697,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