summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2010-08-21 16:16:15 +0200
committerMatthieu Herrb <matthieu.herrb@laas.fr>2010-08-21 16:16:15 +0200
commit3b6b88796313953ea4b53b47b738422d4dba645d (patch)
treedac342a7c8b9d4ea29e2f6bc2a0764750c4436c8 /configure.ac
parentfd4fad71e7d741d31566884f82dcce7236356a80 (diff)
parentd15d988eaf63d4f840d09ba12caade6bea5f7618 (diff)
Merge remote branch 'origin/master' into obsd
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 15a8c59..b0c3e71 100644
--- a/configure.ac
+++ b/configure.ac
@@ -125,7 +125,7 @@ AC_ARG_WITH(launchd-id-prefix, AS_HELP_STRING([--with-launchd-id-prefix=PATH],
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
TIGER_LAUNCHD=no