- Timestamp:
- Apr 29, 2008 1:31:07 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.