diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2010-08-21 16:16:15 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2010-08-21 16:16:15 +0200 |
commit | 3b6b88796313953ea4b53b47b738422d4dba645d (patch) | |
tree | dac342a7c8b9d4ea29e2f6bc2a0764750c4436c8 | |
parent | fd4fad71e7d741d31566884f82dcce7236356a80 (diff) | |
parent | d15d988eaf63d4f840d09ba12caade6bea5f7618 (diff) |
Merge remote branch 'origin/master' into obsd
-rw-r--r-- | configure.ac | 2 |
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 |