Changeset 2590

Show
Ignore:
Timestamp:
05/01/05 17:27:05 (3 years ago)
Author:
timothy
Message:

If we know we are building on Tiger, enable the new WebKit? stuff.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Colloquy.pch

    r2519 r2590  
    44#import <AGRegex/AGRegex.h> 
    55 
    6 //#define WebKitVersion146 1 
     6#ifdef MAC_OS_X_VERSION_10_4 
     7#define WebKitVersion146 1 
    78#endif 
     9#endif