AC_CHECK_PROG(LAUNCHD, [launchd], [yes], [no], [$PATH$PATH_SEPARATOR/sbin])
authorJeremy Huddleston <jeremyhu@apple.com>
Mon, 12 Jul 2010 23:53:53 +0000 (16:53 -0700)
committerJeremy Huddleston <jeremyhu@apple.com>
Mon, 12 Jul 2010 23:53:53 +0000 (16:53 -0700)
commit74057c7eb6836353960ce3849703ce20e45089bc
tree1e7d55f9ac3792e4008ed21925142759cfac1050
parent75ff427d41fc10d00b780c965c289fc02c81aaac
AC_CHECK_PROG(LAUNCHD, [launchd], [yes], [no], [$PATH$PATH_SEPARATOR/sbin])

launchd: Explicitly search /sbin

Previously, launchd wasn't found if /sbin wasn't in the user's PATH.
https://bugs.freedesktop.org/show_bug.cgi?id=29028

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
configure.ac