Changeset 139130 in webkit


Ignore:
Timestamp:
Jan 8, 2013 4:30:42 PM (11 years ago)
Author:
zandobersek@gmail.com
Message:

Add an Autoconf macro that checks whether a given feature is enabled
https://bugs.webkit.org/show_bug.cgi?id=106380

Reviewed by Martin Robinson.

Add the AC_CHECK_WEBKIT_FEATURE_ENABLED macro. It checks the generated
Source/WebCore/GNUmakefile.features.am file to determine whether the
given feature is enabled or disabled in the build that's being configured.

  • Source/autotools/webkitfeature.m4: Added.
Location:
trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r139128 r139130  
     12013-01-08  Zan Dobersek  <zandobersek@gmail.com>
     2
     3        Add an Autoconf macro that checks whether a given feature is enabled
     4        https://bugs.webkit.org/show_bug.cgi?id=106380
     5
     6        Reviewed by Martin Robinson.
     7
     8        Add the AC_CHECK_WEBKIT_FEATURE_ENABLED macro. It checks the generated
     9        Source/WebCore/GNUmakefile.features.am file to determine whether the
     10        given feature is enabled or disabled in the build that's being configured.
     11
     12        * Source/autotools/webkitfeature.m4: Added.
     13
    1142013-01-08  Hajime Morrita  <morrita@google.com>
    215
Note: See TracChangeset for help on using the changeset viewer.