VirtualBox

Changeset 31852 in vbox for trunk/configure


Ignore:
Timestamp:
Aug 23, 2010 8:44:22 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
65054
Message:

configure/Config.kmk: build docs for OSE when on Linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r31848 r31852  
    8989WITH_HARDENING=1
    9090WITH_VDE=0
     91WITH_DOCS=1
    9192BUILD_LIBXML2=
    9293BUILD_LIBXSLT=
     
    20942095[ $WITH_OPENGL  -eq 1 ] && echo "  --disable-opengl         disable OpenGL support (2D & 3D)"
    20952096[ $WITH_GSOAP   -eq 0 ] && echo "  --enable-webservice      enable the webservice stuff"
     2097[ $WITH_DOCS    -eq 1 ] && echo "  --disable-docs           don't build the documentation"
    20962098[ "$OS" = "linux" -o "$OS" = "freebsd" ] && echo "  --enable-vde             enable VDE networking"
    20972099cat << EOF
     
    22602262    --disable-hardening)
    22612263      WITH_HARDENING=0
     2264      ;;
     2265    --disable-docs)
     2266      WITH_DOCS=0
    22622267      ;;
    22632268    --enable-hardening)
     
    25202525    cnf_append "VBOX_WITH_VDE" "1"
    25212526  fi
     2527fi
     2528
     2529# DOCS
     2530if [ $WITH_DOCS -eq 0 ]; then
     2531  cnf_append "VBOX_WITH_DOCS" ""
     2532  cnf_append "VBOX_WITH_DOCS_PACKING" ""
    25222533fi
    25232534
Note: See TracChangeset for help on using the changeset viewer.

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