Changeset 57866 in vbox
- Timestamp:
- Sep 23, 2015 8:01:51 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/configure (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r57819 r57866 163 163 if [ -d "/lib/modules/`uname -r`/build" ]; then 164 164 LINUX="/lib/modules/`uname -r`/build" 165 elif [ /lib/modules/*!= "/lib/modules/*" ]; then165 elif [ "`echo /lib/modules/*`" != "/lib/modules/*" ]; then 166 166 # Get the most recent kernel headers if none match the current kernel. 167 167 for i in /lib/modules/*; do … … 432 432 -o \( $cc_maj -eq 4 -a $cc_min -lt 1 -a "$OS" != "darwin" \) \ 433 433 -o \( $cc_maj -eq 4 -a $cc_min -gt 9 \) \ 434 -o \( $cc_maj -eq 5 -a $cc_min -gt 1\) \434 -o \( $cc_maj -eq 5 -a $cc_min -gt 2 \) \ 435 435 -o $cc_maj -gt 5 ]; then 436 log_failure "gcc version $cc_maj.$cc_min found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<10 or gcc 5. 1"436 log_failure "gcc version $cc_maj.$cc_min found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<10 or gcc 5.2" 437 437 fail really 438 438 else
Note:
See TracChangeset
for help on using the changeset viewer.

