Changeset 25705 in vbox
- Timestamp:
- Jan 10, 2010 9:14:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r25469 r25705 613 613 614 614 # 615 # Check for libxml2, needed by VBoxSettings 615 # Check for libxml2, needed by VBoxSettings and Runtime. 616 616 # 2.6.24 is known to NOT work, 2.6.26 is known to work (there is no 2.6.25 release) 617 617 # … … 2305 2305 # the libraries 2306 2306 [ "$OS" != "darwin" ] && check_pthread 2307 [ $WITH_XPCOM -eq 1 ] &&check_libxml22307 check_libxml2 2308 2308 [ $WITH_XPCOM -eq 1 ] && check_libxslt 2309 2309 [ $WITH_LIBIDL -eq 1 ] && check_libidl
Note:
See TracChangeset
for help on using the changeset viewer.