VirtualBox

Changeset 28419 in vbox


Ignore:
Timestamp:
Apr 16, 2010 1:31:38 PM (15 years ago)
Author:
vboxsync
Message:

configure: add --enable-vde

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r28395 r28419  
    9191WITH_OPENGL=1
    9292WITH_HARDENING=1
     93WITH_VDE=
    9394BUILD_LIBXML2=
    9495BUILD_LIBXSLT=
     
    20662067[ $WITH_OPENGL  -eq 1 ] && echo "  --disable-opengl         disable OpenGL support"
    20672068[ $WITH_GSOAP   -eq 0 ] && echo "  --enable-webservice      enable the webservice stuff"
     2069[ "$OS" = "linux" -o "$OS" = "freebsd" ] && echo "  --enable-vde             enable VDE networking"
    20682070cat << EOF
    20692071  --disable-hardening      don't be strict about /dev/vboxdrv access
     
    22292231    --enable-hardening)
    22302232      WITH_HARDENING=2
     2233      ;;
     2234    --enable-vde)
     2235      WITH_VDE=1
    22312236      ;;
    22322237    --build-debug|-d)
     
    24662471  else
    24672472    cnf_append "VBOX_WITH_WEBSERVICES" ""
     2473  fi
     2474fi
     2475
     2476# VDE
     2477if [ "$OS" = "linux" -o "$OS" = "freebsd" ]; then
     2478  if [ $WITH_VDE -eq 1 ]; then
     2479    cnf_append "VBOX_WITH_VDE" "1"
    24682480  fi
    24692481fi
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