Changeset 18084 in vbox for trunk/configure
- Timestamp:
- Mar 19, 2009 9:58:13 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r18044 r18084 1415 1415 1416 1416 # 1417 # Check whether static libstdc++ is installed 1417 # Check whether static libstdc++ is installed. This library is required 1418 # for the Linux guest additions. 1418 1419 # 1419 1420 check_staticlibstdcxx() … … 2130 2131 # Linux-specific 2131 2132 if [ "$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 2133 2136 if [ $WITH_KMODS -eq 1 ]; then 2134 2137 check_linux
Note:
See TracChangeset
for help on using the changeset viewer.