VirtualBox

Changeset 57866 in vbox


Ignore:
Timestamp:
Sep 23, 2015 8:01:51 AM (9 years ago)
Author:
vboxsync
Message:

configure: shell scripting error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r57819 r57866  
    163163if [ -d "/lib/modules/`uname -r`/build" ]; then
    164164 LINUX="/lib/modules/`uname -r`/build"
    165 elif [ /lib/modules/* != "/lib/modules/*" ]; then
     165elif [ "`echo /lib/modules/*`" != "/lib/modules/*" ]; then
    166166  # Get the most recent kernel headers if none match the current kernel.
    167167  for i in /lib/modules/*; do
     
    432432             -o \( $cc_maj -eq 4 -a $cc_min -lt 1 -a "$OS" != "darwin" \) \
    433433             -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 \) \
    435435             -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"
    437437        fail really
    438438      else
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