summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@freedesktop.org>2008-12-02 14:54:10 -0800
committerJeremy Huddleston <jeremyhu@freedesktop.org>2008-12-03 22:06:36 -0800
commit451050b1e2dc0f2f6356d74ddb6f52183a794e8f (patch)
tree82d7c40baffe9a491312857dcc4a6eb7bef171d8
parentcbb9ee57f8f29d2a1c39946381471fcd3b8e495e (diff)
Removed unised option from configure.ac for launchd
(cherry picked from commit 87e4de0a9a8af6e5e0cbba74e585761f1160a6ab)
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index ae96c610c..c7dc10dc1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -486,10 +486,6 @@ AC_ARG_WITH(apple-applications-dir,AS_HELP_STRING([--with-apple-applications-dir
[ APPLE_APPLICATIONS_DIR="${withval}" ],
[ APPLE_APPLICATIONS_DIR="/Applications/Utilities" ])
AC_SUBST([APPLE_APPLICATIONS_DIR])
-AC_ARG_WITH(launchagents-dir,AS_HELP_STRING([--with-launchagents-dir=PATH], [Path to launchd's LaunchAgents directory (default: /Library/LaunchAgents)]),
- [ launchagentsdir="${withval}" ],
- [ launchagentsdir="/Library/LaunchAgents" ])
-AC_SUBST([launchagentsdir])
AC_ARG_ENABLE(builddocs, AS_HELP_STRING([--enable-builddocs], [Build docs (default: disabled)]),
[BUILDDOCS=$enableval],
[BUILDDOCS=no])