mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-28 16:50:13 +01:00
Removed unised option from configure.ac for launchd
This commit is contained in:
parent
909cc5c4dc
commit
87e4de0a9a
1 changed files with 0 additions and 4 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue