diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 34f021e..1413595 100644 --- a/configure.ac +++ b/configure.ac @@ -107,11 +107,11 @@ fi if test "x$LAUNCHD" = "xyes" ; then AC_DEFINE(HAVE_LAUNCHD, 1, [launchd support available]) - # For now, this is how we find X11.app on OS-X... - # A future version of launchd should let us do this cleaner case $host_os in darwin*) - XSERVER=\'\`'$(libexecdir)/x11-exec'\`\' + # For now, this is how we find X11.app on OS-X... + # A future version of launchd should let us do this cleaner + #XSERVER=\'\`'$(libexecdir)/x11-exec'\`\' AM_CONDITIONAL(APPLE, true) ;; esac |