From f2388fcb82e72ee921139e9a4c8f9223e4ae04cd Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 13 Jul 2010 07:22:41 +0000 Subject: keyboard-config libX11 libxcb git update 13/7/2010 --- libxcb/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libxcb/configure.ac') diff --git a/libxcb/configure.ac b/libxcb/configure.ac index 680199b4f..ef71ad886 100644 --- a/libxcb/configure.ac +++ b/libxcb/configure.ac @@ -155,7 +155,7 @@ XCB_EXTENSION(XvMC, "yes") AC_ARG_WITH(launchd, AS_HELP_STRING([--with-launchd], [Build with support for Apple's launchd (default: auto)]), [LAUNCHD=$withval], [LAUNCHD=auto]) if test "x$LAUNCHD" = xauto; then unset LAUNCHD - AC_CHECK_PROG(LAUNCHD, [launchd], [yes], [no]) + AC_CHECK_PROG(LAUNCHD, [launchd], [yes], [no], [$PATH$PATH_SEPARATOR/sbin]) fi if test "x$LAUNCHD" = xyes ; then -- cgit v1.2.3