Changeset 7393
- Timestamp:
- 03/10/08 10:49:18 (9 months ago)
- Files:
-
- trunk/configure (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/configure
r7306 r7393 529 529 # 530 530 # Check for libxml2, needed by VBoxSettings 531 # 2.6.24 is known to NOT work, 2.6.26 is known to work (there is no t2.6.25 release)531 # 2.6.24 is known to NOT work, 2.6.26 is known to work (there is no 2.6.25 release) 532 532 # 533 533 check_libxml2() … … 608 608 609 609 # 610 # Check for libxslt, needed by VBoxSettings 610 # Check for libxslt, needed by VBoxSettings. For now we depend on 1.1.17. 611 # This library is available on Ubuntu Edgy which fulfils the minimal libxml2 612 # requirement (2.6.26). 611 613 # 612 614 check_libxslt() … … 1626 1628 # build libxslt on Darwin in every case 1627 1629 [ "$OS" != "darwin" ] || BUILD_LIBXSLT=1 1628 #[ $WITH_XPCOM -eq 1 ] && check_libxslt1630 [ $WITH_XPCOM -eq 1 ] && check_libxslt 1629 1631 [ $WITH_LIBIDL -eq 1 ] && check_libidl 1630 1632 # build openssl on Darwin in every case

