summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Meskes <meskes@debian.org>2009-06-02 15:31:14 +0200
committerMichael Meskes <meskes@debian.org>2009-06-02 15:31:14 +0200
commitffd803c5f75d470a7bd301d9fc899703546bedfb (patch)
treefb26b245ffdabdd258d0c22b77d678b7d0eaa6c2 /configure
parent2220b99e2bdc756de31bc9a247f026a5fcf63204 (diff)
downloadvirtualbox-ffd803c5f75d470a7bd301d9fc899703546bedfb.tar.gz
Imported Upstream version 2.2.4-dfsgupstream/2.2.4-dfsg
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 1 insertions, 7 deletions
diff --git a/configure b/configure
index e9680ff91..dc33892ef 100755
--- a/configure
+++ b/configure
@@ -2096,12 +2096,6 @@ if [ $WITH_OPENGL -eq 0 ]; then
fi
if [ "$OS" = "darwin" ]; then
- # On Darwin we want to build against Qt4 only. WITH_QT4 is enabled by
- # default so disable Qt3. --disable-qt disables both Qt3 and Qt4 GUI now,
- # --disable-qt4 disables only the Qt4 GUI (which is not appropriate for
- # Darwin as we disable the Qt3 here anyway.
- # (Qt3 builds for Intel Macs are usually not threaded or for X11. And they
- # don't contain our patches, which means the result isn't really usable.)
BUILD_LIBXSLT=1
BUILD_LIBXML2=1
fi
@@ -2140,7 +2134,7 @@ check_gcc
# TODO check for libxdamange-dev (X11/extensions/Xdamage.h, additions only)
[ $WITH_X11 -eq 1 ] && check_xcursor
[ $WITH_OPENGL -eq 1 ] && check_xmu
-[ $WITH_OPENGL -eq 1 ] && check_mesa
+[ "$OS" != "darwin" -a $WITH_OPENGL -eq 1 ] && check_mesa
[ $WITH_QT4 -eq 1 ] && check_qt4
[ $WITH_PYTHON -eq 1 -a "$OS" != "darwin" ] && check_python