aboutsummaryrefslogtreecommitdiff
path: root/libX11/configure.ac
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-07-13 07:22:41 +0000
committermarha <marha@users.sourceforge.net>2010-07-13 07:22:41 +0000
commitf2388fcb82e72ee921139e9a4c8f9223e4ae04cd (patch)
treed1f5cc8b916b8350c35296525dd3e747b72a5a05 /libX11/configure.ac
parentd2698d30377ded3f817f90cf2f17d9d3cda5a855 (diff)
downloadvcxsrv-f2388fcb82e72ee921139e9a4c8f9223e4ae04cd.tar.gz
vcxsrv-f2388fcb82e72ee921139e9a4c8f9223e4ae04cd.tar.bz2
vcxsrv-f2388fcb82e72ee921139e9a4c8f9223e4ae04cd.zip
keyboard-config libX11 libxcb git update 13/7/2010
Diffstat (limited to 'libX11/configure.ac')
-rw-r--r--libX11/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/libX11/configure.ac b/libX11/configure.ac
index d54a318d5..9f749aae1 100644
--- a/libX11/configure.ac
+++ b/libX11/configure.ac
@@ -261,7 +261,7 @@ AM_CONDITIONAL(OS2, test x$os2 = xtrue)
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