Changeset 28564 in vbox
- Timestamp:
- Apr 21, 2010 1:29:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r28419 r28564 91 91 WITH_OPENGL=1 92 92 WITH_HARDENING=1 93 WITH_VDE= 93 WITH_VDE=0 94 94 BUILD_LIBXML2= 95 95 BUILD_LIBXSLT= … … 1045 1045 1046 1046 # 1047 # Check for fam, needed by Main/HostHardwareLinux 1048 # 1049 check_fam() 1050 { 1051 test_header fam 1052 cat > $ODIR.tmp_src.cc << EOF 1053 #include <fam.h> 1054 extern "C" int main(void) 1055 { 1056 FAMConnection conn; 1057 FAMOpen(&conn); 1058 FAMClose(&conn); 1059 return 1; 1060 } 1061 EOF 1062 if test_compile "-lfam" fam fam; then 1063 echo "found." 1064 fi 1065 } 1066 1067 1068 # 1047 1069 # Check for the SDL library, needed by VBoxSDL and VirtualBox 1048 1070 # We depend at least on version 1.2.7 … … 2418 2440 [ "$OS" != "darwin" -a "$OS" != "freebsd" ] && check_png 2419 2441 [ $OSE -eq 0 -a "$OS" = "linux" ] && check_pam 2442 [ $OSE -eq 0 -a "$OS" = "linux" ] && check_fam 2420 2443 [ $WITH_SDL -eq 1 ] && check_sdl 2421 2444 [ $WITH_SDL_TTF -eq 1 -a $OSE -eq 0 ] && check_sdl_ttf
Note:
See TracChangeset
for help on using the changeset viewer.