VirtualBox

Changeset 6157

Show
Ignore:
Timestamp:
12/19/07 21:18:56 (1 year ago)
Author:
vboxsync
Message:

configure: added --disable-kmods to prevent compilation of Linux kernel modules (guest and host)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/configure

    r6125 r6157  
    3939WITH_X11=1 
    4040WITH_PULSE=1 
     41WITH_KMODS=1 
    4142CC="gcc" 
    4243CC32="" 
     
    12901291  --disable-sdl-ttf        disable SDL_ttf detection 
    12911292  --disable-pulse          disable PulseAudio detection 
     1293  --disable-kmods          don't build Linux kernel modules (host and guest) 
    12921294  --build-libxml2          build libxml2 from sources (not OSE!) 
    12931295  --setup-wine             setup a Wine directory and register the hhc hack 
     
    13591361    --disable-pulse) 
    13601362      WITH_PULSE=0 
     1363      ;; 
     1364    --disable-kmods) 
     1365      WITH_KMODS=0 
    13611366      ;; 
    13621367    --build-debug|-d) 
     
    14971502if [ "$OS" = "linux" ]; then 
    14981503  check_staticlibstdcxx 
    1499   check_linux 
     1504  if [ $WITH_KMODS -eq 1 ]; then 
     1505    check_linux 
     1506  else 
     1507    cnf_append "VBOX_LINUX_SRC" "" 
     1508    cnf_append "VBOX_WITH_VBOXDRV" "" 
     1509    cnf_append "VBOX_WITH_LINUX_ADDITIONS_32BIT_R0" "" 
     1510  fi 
    15001511  check_alsa 
    15011512  if [ $WITH_PULSE -eq 1 ]; then 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy