VirtualBox

Changeset 18084 in vbox for trunk/configure


Ignore:
Timestamp:
Mar 19, 2009 9:58:13 AM (16 years ago)
Author:
vboxsync
Message:

configure: no check for the static libstdc++ when compiling the PUEL version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r18044 r18084  
    14151415
    14161416#
    1417 # Check whether static libstdc++ is installed
     1417# Check whether static libstdc++ is installed. This library is required
     1418# for the Linux guest additions.
    14181419#
    14191420check_staticlibstdcxx()
     
    21302131# Linux-specific
    21312132if [ "$OS" = "linux" ]; then
    2132   check_staticlibstdcxx
     2133  # don't check for the static libstdc++ in the PUEL version as we build the
     2134  # additions at a dedicated box
     2135  [ $OSE -ge 1 ] && check_staticlibstdcxx
    21332136  if [ $WITH_KMODS -eq 1 ]; then
    21342137    check_linux
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