]> git.sesse.net Git - vlc/commitdiff
MacOS: do not try to have KDE-solid
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 30 Nov 2011 17:39:16 +0000 (18:39 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 30 Nov 2011 18:49:29 +0000 (19:49 +0100)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
configure.ac

index 394807685c8aebd07789c2e08bd3efa88d5870f1..9cac2d0b965a634b869a67fdc232693e01783a12 100644 (file)
@@ -4066,7 +4066,7 @@ AC_ARG_WITH(kde-solid,
   AS_HELP_STRING([--with-kde-solid=PATH],
                  [KDE Solid actions directory (auto)]),, [
 
-if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce" ; then
+if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce" -a "${SYS}" != "darwin" ; then
   with_kde_solid="yes"
 fi
 ])