VirtualBox

Changeset 22682 in vbox for trunk/configure


Ignore:
Timestamp:
Sep 1, 2009 4:01:24 PM (15 years ago)
Author:
vboxsync
Message:

configure-OSX: disable unnecessary checks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r22676 r22682  
    22352235[ "$OS" != "darwin" -a "$OS" != "freebsd" ] && check_png
    22362236[ $OSE -eq 0 -a "$OS" = "linux" ] && check_pam
    2237 [ $WITH_SDL -eq 1 ]    && check_sdl
     2237[ $WITH_SDL -eq 1 -a "$OS" != "darwin" ]    && check_sdl
    22382238[ $WITH_SDL_TTF -eq 1 -a $OSE -eq 0 ] && check_sdl_ttf
    2239 [ $WITH_X11    -eq 1 ] && check_x
     2239[ $WITH_X11    -eq 1 -a "$OS" != "darwin" ] && check_x
    22402240# TODO check for xcomposite-dev (X11/extensions/Xcomposite.h, additions only)
    22412241# TODO check for libxdamange-dev (X11/extensions/Xdamage.h, additions only)
    2242 [ $WITH_X11    -eq 1 ] && check_xcursor
    2243 [ $WITH_OPENGL -eq 1 ] && check_xmu
     2242[ $WITH_X11    -eq 1 -a "$OS" != "darwin" ] && check_xcursor
     2243[ $WITH_OPENGL -eq 1 -a "$OS" != "darwin" ] && check_xmu
    22442244[ "$OS" != "darwin" -a $WITH_OPENGL -eq 1 ] && check_mesa
    22452245[ $WITH_QT4    -eq 1 ] && check_qt4
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette