VirtualBox

Changeset 43674 in vbox for trunk/configure


Ignore:
Timestamp:
Oct 18, 2012 8:54:34 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
81474
Message:

configure: fix compilation test for Linux 3.7 headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r43611 r43674  
    16211621  echo "using the following command line:" >> $LOG
    16221622  echo "$CC -O -Wall -o $ODIR.tmp_out $ODIR.tmp_src.c -nostdinc -I$LINUX/include" >> $LOG
    1623   $CC -O -Wall -o $ODIR.tmp_out $ODIR.tmp_src.c -nostdinc -I$LINUX/include >> $LOG 2>&1
     1623  $CC -O -Wall -o $ODIR.tmp_out $ODIR.tmp_src.c -nostdinc -I$LINUX/include \
     1624      -I$LINUX/include/generated/uapi >> $LOG 2>&1
    16241625  if [ $? -ne 0 ]; then
    16251626    echo
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette