diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index df672aa..2a364ee 100644 --- a/configure.ac +++ b/configure.ac @@ -98,7 +98,6 @@ AC_ARG_WITH(launchagents-dir,AS_HELP_STRING([--with-launchagents-dir=PATH], [Pat h to launchd's LaunchAgents directory (default: /Library/LaunchAgents)]), [ launchagentsdir="${withval}" ], [ launchagentsdir="/Library/LaunchAgents" ]) -AC_SUBST([launchagentsdir]) if test "x$LAUNCHD" = "xauto"; then unset LAUNCHD @@ -121,7 +120,9 @@ if test "x$LAUNCHD" = "xyes" ; then esac else AM_CONDITIONAL(APPLE,false) + launchagentsdir="" fi +AC_SUBST([launchagentsdir]) AM_CONDITIONAL(LAUNCHD, [test "x$LAUNCHD" = "xyes"]) # Checks for pkg-config packages |