X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=71be9d62b312c084a45711f3c6439daf1394b277;hb=496efb7624d14b4ca0391f44926edc448cbd605e;hp=0851ec2ca95e963211b25f873e384c721c61f203;hpb=75ff427d41fc10d00b780c965c289fc02c81aaac;p=free-sw%2Fxcb%2Flibxcb diff --git a/configure.ac b/configure.ac index 0851ec2..71be9d6 100644 --- a/configure.ac +++ b/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