Changeset 26879 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Oct 22, 2007, 4:39:34 AM (18 years ago)
Author:
hausmann
Message:

Build fix for the non-qmake builds.

Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r26874 r26879  
     12007-10-22  Simon Hausmann  <[email protected]>
     2
     3        Reviewed by Alp.
     4
     5        Build fix for the non-qmake builds.
     6
     7        * wtf/Platform.h: Default to enabling the database features unless
     8        otherwise specified. (similar to ENABLE_ICONDATABASE)
     9
    1102007-10-22  Holger Freyther  <[email protected]>
    211
  • trunk/JavaScriptCore/wtf/Platform.h

    r26864 r26879  
    225225#endif
    226226
     227#if !defined(ENABLE_DATABASE)
     228#define ENABLE_DATABASE 1
     229#endif
     230
    227231#if !defined(ENABLE_FTPDIR)
    228232#define ENABLE_FTPDIR 1
Note: See TracChangeset for help on using the changeset viewer.