~ubuntu-branches/ubuntu/vivid/virtualbox/vivid

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2013-05-22 21:07:42 UTC
  • mfrom: (3.2.3 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130522210742-w5eb5ase4jeklxwj
Tags: 4.2.10-dfsg-1ubuntu1
* Allow building virtualbox with gcc 4.8.
  - Add 38-allow-gcc-4.8.patch, cherry-picked from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
409
409
      elif [ $cc_maj -lt 3 \
410
410
             -o \( $cc_maj -eq 3 -a $cc_min -lt 2 \) \
411
411
             -o \( $cc_maj -eq 4 -a $cc_min -lt 1 -a "$OS" != "darwin" \) \
412
 
             -o \( $cc_maj -eq 4 -a $cc_min -gt 7 \) \
 
412
             -o \( $cc_maj -eq 4 -a $cc_min -gt 8 \) \
413
413
             -o $cc_maj -gt 4 ]; then
414
414
        log_failure "gcc version $cc_ver found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<8"
415
415
        fail really