- Timestamp:
- Apr 23, 2007 9:03:05 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r1564 r2312 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 ]; then231 WITH_XPCOM=0232 WITH_LIBIDL=0233 WITH_QT=0234 echo "Disabling checks for XPCOM related components."235 fi236 228 } 237 229
Note:
See TracChangeset
for help on using the changeset viewer.