Changeset 159928 in webkit


Ignore:
Timestamp:
Dec 2, 2013 3:27:09 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] Remove unneeded autoconf macros
https://bugs.webkit.org/show_bug.cgi?id=125044

Compilers that do not support const/inline/volatile and
systems with pre-C89-headers are anyway not supported.

Patch by Adrian Bunk <bunk@stusta.de> on 2013-12-02
Reviewed by Gustavo Noronha Silva.

  • Source/autotools/CheckSystemAndBasicDependencies.m4:
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r159866 r159928  
     12013-12-02  Adrian Bunk  <bunk@stusta.de>
     2
     3        [GTK] Remove unneeded autoconf macros
     4        https://bugs.webkit.org/show_bug.cgi?id=125044
     5
     6        Compilers that do not support const/inline/volatile and
     7        systems with pre-C89-headers are anyway not supported.
     8
     9        Reviewed by Gustavo Noronha Silva.
     10
     11        * Source/autotools/CheckSystemAndBasicDependencies.m4:
     12
    1132013-11-29  Laszlo Vidacs  <lac@inf.u-szeged.hu>
    214
  • trunk/Source/autotools/CheckSystemAndBasicDependencies.m4

    r156271 r159928  
    136136fi
    137137
    138 # C/C++ Language Features
    139 AC_C_CONST
    140 AC_C_INLINE
    141 AC_C_VOLATILE
    142 
    143138# C/C++ Headers
    144 AC_HEADER_STDC
    145139AC_HEADER_STDBOOL
Note: See TracChangeset for help on using the changeset viewer.