VirtualBox

Changeset 23028 in vbox


Ignore:
Timestamp:
Sep 15, 2009 11:39:19 AM (15 years ago)
Author:
vboxsync
Message:

configure: depend on Qt >= 4.4.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r22752 r23028  
    262262      fail
    263263    else
    264       echo "not found."
    265264      echo >> $LOG
    266265      echo >> $LOG
     
    923922EOF
    924923  [ -n "$INCPNG" ] && I_INCPNG=`prefix_I "$INCPNG"`
    925 #  if test_compile "$LIBPNG $I_INCPNG" libpng libpng nofatal; then
    926924  if test_compile "$LIBPNG $I_INCPNG" libpng libpng; then
    927 #    if test_execute nofatal; then
    928925    if test_execute; then
    929926      cnf_append "SDK_VBOX_LIBPNG_LIBS" "`strip_l "$LIBPNG"`"
     
    998995    fi
    999996  fi
     997  echo "not found."
    1000998  test_header linux_pam
    1001999  cat > $ODIR.tmp_src.cc << EOF
     
    11231121    fi
    11241122  else
     1123    echo "not found -- disabling VBoxSDL secure label."
    11251124    cnf_append "VBOX_WITH_SECURELABEL" ""
    11261125  fi
     
    14001399{
    14011400  printf("found version %s", QT_VERSION_STR);
    1402 #if QT_VERSION >= 0x040300
     1401#if QT_VERSION >= 0x040400
    14031402  printf(", OK.\n");
    14041403  return 0;
    14051404#else
    1406   printf(", expected version 4.3.0 or higher\n");
     1405  printf(", expected version 4.4.0 or higher\n");
    14071406  return 1;
    14081407#endif
     
    14331432{
    14341433  printf("found version %s", QT_VERSION_STR);
    1435 #if QT_VERSION >= 0x040300
     1434#if QT_VERSION >= 0x040400
    14361435  printf(", OK.\n");
    14371436  return 0;
    14381437#else
    1439   printf(", expected version 4.3.0 or higher\n");
     1438  printf(", expected version 4.4.0 or higher\n");
    14401439  return 1;
    14411440#endif
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