Changeset 8464
- Timestamp:
- 04/29/08 15:31:07 (7 months ago)
- Files:
-
- trunk/configure (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/configure
r8461 r8464 1533 1533 1534 1534 # 1535 # Determin s the darwin version.1535 # Determines the Darwin version. 1536 1536 # @todo This should really check the Xcode/SDK version. 1537 1537 # … … 1802 1802 # --disable-qt4 disables only the Qt4 GUI (which is not appropriate for 1803 1803 # Darwin as we disable the Qt3 here anyway. 1804 # (Qt3 builds for Intel Macs are usually not threaded or for X11. And they 1805 # don't contain our patches, which means the result isn't really usable.) 1804 1806 WITH_QT=0 1807 # No Qt4 for OSE yet. 1808 [ $OSE -ge 1 ] && WITH_QT4=0 1805 1809 BUILD_LIBXSLT=1 1806 1810 BUILD_LIBXML2=1

