vlc/vlc-1.2 | branch: master | Jean-Baptiste Kempf <[email protected]> | Wed Nov 30 18:39:16 2011 +0100| [12b243930c4ab515998ba27b3ccb72ceac8941c6] | committer: Jean-Baptiste Kempf
MacOS: do not try to have KDE-solid Signed-off-by: Jean-Baptiste Kempf <[email protected]> (cherry picked from commit 7ba6f22b3cc769031d3f17a06c31b9740aed0005) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=12b243930c4ab515998ba27b3ccb72ceac8941c6 --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 6ef0db1..6d481fc 100644 --- a/configure.ac +++ b/configure.ac @@ -4121,7 +4121,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 ]) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
