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

Who would that surprise anyway?
This commit is contained in:
Tor Lillqvist 2011-06-02 18:31:36 +03:00
parent 2b93b70da1
commit 8902a647b0

View file

@ -1477,11 +1477,7 @@ case "$host_os" in
else
_os=Darwin
fi
if test "$_os" = "Darwin" -a "$enable_systray" = "yes" -a "$enable_gtk" != "no"; then
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
enable_systray=no
;;
freebsd*)
test_gtk=yes