Changeset 2374 in vbox for trunk/configure
- Timestamp:
- Apr 27, 2007 12:15:03 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20778
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r2312 r2374 226 226 KBUILDDIR_BIN="$KBUILDDIR/bin/$OS.$MACHINE" 227 227 log_success "Determined $OS.$MACHINE" 228 229 # Automatically disable XPCOM on darwin. 230 if [ "$OS" = "darwin" -a $WITH_XPCOM -eq 1 ]; then 231 WITH_XPCOM=0 232 WITH_LIBIDL=0 233 WITH_QT=0 234 echo "Disabling checks for XPCOM related components." 235 fi 228 236 } 229 237
Note:
See TracChangeset
for help on using the changeset viewer.