Changeset 59997 in vbox
- Timestamp:
- Mar 11, 2016 3:30:18 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105967
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r59799 r59997 1208 1208 printf("found version %d.%d.%d", 1209 1209 SND_LIB_MAJOR, SND_LIB_MINOR, SND_LIB_SUBMINOR); 1210 #if 10000*SND_LIB_MAJOR + 100*SND_LIB_MINOR + SND_LIB_SUBMINOR >= 100 061210 #if 10000*SND_LIB_MAJOR + 100*SND_LIB_MINOR + SND_LIB_SUBMINOR >= 10014 1211 1211 printf(", OK.\n"); 1212 1212 return 0; 1213 1213 #else 1214 printf(", expected version 1.0. 6or higher\n");1214 printf(", expected version 1.0.14 or higher\n"); 1215 1215 return 1; 1216 1216 #endif
Note:
See TracChangeset
for help on using the changeset viewer.