From 53d93d0d29f0bef6b2b7e312fb09e498b68636f9 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Tue, 2 Dec 2008 14:54:10 -0800 Subject: [PATCH] Removed unised option from configure.ac for launchd (cherry picked from commit 87e4de0a9a8af6e5e0cbba74e585761f1160a6ab) (cherry picked from commit 451050b1e2dc0f2f6356d74ddb6f52183a794e8f) --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.ac b/configure.ac index b7d997957..486dad869 100644 --- a/configure.ac +++ b/configure.ac @@ -485,10 +485,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])