VirtualBox

Changeset 28564 in vbox


Ignore:
Timestamp:
Apr 21, 2010 1:29:00 PM (15 years ago)
Author:
vboxsync
Message:

configure: check for fam

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r28419 r28564  
    9191WITH_OPENGL=1
    9292WITH_HARDENING=1
    93 WITH_VDE=
     93WITH_VDE=0
    9494BUILD_LIBXML2=
    9595BUILD_LIBXSLT=
     
    10451045
    10461046#
     1047# Check for fam, needed by Main/HostHardwareLinux
     1048#
     1049check_fam()
     1050{
     1051  test_header fam
     1052  cat > $ODIR.tmp_src.cc << EOF
     1053#include <fam.h>
     1054extern "C" int main(void)
     1055{
     1056  FAMConnection conn;
     1057  FAMOpen(&conn);
     1058  FAMClose(&conn);
     1059  return 1;
     1060}
     1061EOF
     1062  if test_compile "-lfam" fam fam; then
     1063    echo "found."
     1064  fi
     1065}
     1066
     1067
     1068#
    10471069# Check for the SDL library, needed by VBoxSDL and VirtualBox
    10481070# We depend at least on version 1.2.7
     
    24182440[ "$OS" != "darwin" -a "$OS" != "freebsd" ] && check_png
    24192441[ $OSE -eq 0 -a "$OS" = "linux" ] && check_pam
     2442[ $OSE -eq 0 -a "$OS" = "linux" ] && check_fam
    24202443[ $WITH_SDL -eq 1 ]    && check_sdl
    24212444[ $WITH_SDL_TTF -eq 1 -a $OSE -eq 0 ] && check_sdl_ttf
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