diff options
author | marha <marha@users.sourceforge.net> | 2010-07-13 07:33:08 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-07-13 07:33:08 +0000 |
commit | 1812c17dc8e8f071d8731716849957e97bb2b974 (patch) | |
tree | 1bddafa6d0bdf5f82214f305a8558dea815ae4ed /libX11/configure.ac | |
parent | 0091ba506ec1db4a935137165575f3e5fea4c9fd (diff) | |
parent | f2388fcb82e72ee921139e9a4c8f9223e4ae04cd (diff) | |
download | vcxsrv-1812c17dc8e8f071d8731716849957e97bb2b974.tar.gz vcxsrv-1812c17dc8e8f071d8731716849957e97bb2b974.tar.bz2 vcxsrv-1812c17dc8e8f071d8731716849957e97bb2b974.zip |
svn merge ^/branches/released .
Diffstat (limited to 'libX11/configure.ac')
-rw-r--r-- | libX11/configure.ac | 2 |
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
|