diff options
| author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-12-02 14:54:10 -0800 |
|---|---|---|
| committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-12-02 14:54:10 -0800 |
| commit | 87e4de0a9a8af6e5e0cbba74e585761f1160a6ab (patch) | |
| tree | 886f5e8617a38a2e4ae65ad7db721fbbb5c23d6a | |
| parent | 909cc5c4dca0f63e90505575bbd454b46a4670cc (diff) | |
Removed unised option from configure.ac for launchd
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 4e36440a2..eb97655b5 100644 --- a/configure.ac +++ b/configure.ac @@ -470,10 +470,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]) |
