Changeset 23028 in vbox
- Timestamp:
- Sep 15, 2009 11:39:19 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r22752 r23028 262 262 fail 263 263 else 264 echo "not found."265 264 echo >> $LOG 266 265 echo >> $LOG … … 923 922 EOF 924 923 [ -n "$INCPNG" ] && I_INCPNG=`prefix_I "$INCPNG"` 925 # if test_compile "$LIBPNG $I_INCPNG" libpng libpng nofatal; then926 924 if test_compile "$LIBPNG $I_INCPNG" libpng libpng; then 927 # if test_execute nofatal; then928 925 if test_execute; then 929 926 cnf_append "SDK_VBOX_LIBPNG_LIBS" "`strip_l "$LIBPNG"`" … … 998 995 fi 999 996 fi 997 echo "not found." 1000 998 test_header linux_pam 1001 999 cat > $ODIR.tmp_src.cc << EOF … … 1123 1121 fi 1124 1122 else 1123 echo "not found -- disabling VBoxSDL secure label." 1125 1124 cnf_append "VBOX_WITH_SECURELABEL" "" 1126 1125 fi … … 1400 1399 { 1401 1400 printf("found version %s", QT_VERSION_STR); 1402 #if QT_VERSION >= 0x040 3001401 #if QT_VERSION >= 0x040400 1403 1402 printf(", OK.\n"); 1404 1403 return 0; 1405 1404 #else 1406 printf(", expected version 4. 3.0 or higher\n");1405 printf(", expected version 4.4.0 or higher\n"); 1407 1406 return 1; 1408 1407 #endif … … 1433 1432 { 1434 1433 printf("found version %s", QT_VERSION_STR); 1435 #if QT_VERSION >= 0x040 3001434 #if QT_VERSION >= 0x040400 1436 1435 printf(", OK.\n"); 1437 1436 return 0; 1438 1437 #else 1439 printf(", expected version 4. 3.0 or higher\n");1438 printf(", expected version 4.4.0 or higher\n"); 1440 1439 return 1; 1441 1440 #endif
Note:
See TracChangeset
for help on using the changeset viewer.