Kaydet (Commit) 8902a647 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Drop fairly pointless warning about lack of GTK quickstarter on the Mac

Who would that surprise anyway?
üst 2b93b70d
...@@ -1477,11 +1477,7 @@ case "$host_os" in ...@@ -1477,11 +1477,7 @@ case "$host_os" in
else else
_os=Darwin _os=Darwin
fi fi
if test "$_os" = "Darwin" -a "$enable_systray" = "yes" -a "$enable_gtk" != "no"; then enable_systray=no
AC_MSG_WARN([Disabling gtk-quickstarter - not supported on Mac. Use --disable-systray])
echo "Disabling gtk-quickstarter - not supported on Mac. Use --disable-systray" >>warn
enable_systray=no
fi
;; ;;
freebsd*) freebsd*)
test_gtk=yes test_gtk=yes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment