From: commit-queue@webkit.org Date: Mon, 2 Dec 2013 11:27:09 +0000 (+0000) Subject: [GTK] Remove unneeded autoconf macros X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=78c5cb85c5eddf3ae16224b5a6d1cda8dffc7c72 [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 on 2013-12-02 Reviewed by Gustavo Noronha Silva. * Source/autotools/CheckSystemAndBasicDependencies.m4: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@159928 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/ChangeLog b/ChangeLog index 3431dd8..65a4d4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2013-12-02 Adrian Bunk + + [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. + + Reviewed by Gustavo Noronha Silva. + + * Source/autotools/CheckSystemAndBasicDependencies.m4: + 2013-11-29 Laszlo Vidacs [cmake] Fix cmake warning: Argument not separated from preceding token by whitespace diff --git a/Source/autotools/CheckSystemAndBasicDependencies.m4 b/Source/autotools/CheckSystemAndBasicDependencies.m4 index d08b486..167d673 100644 --- a/Source/autotools/CheckSystemAndBasicDependencies.m4 +++ b/Source/autotools/CheckSystemAndBasicDependencies.m4 @@ -135,11 +135,5 @@ bool libstdcxxTest = std::is_trivially_destructible::value; CXXFLAGS="$OLD_CXXFLAGS" fi -# C/C++ Language Features -AC_C_CONST -AC_C_INLINE -AC_C_VOLATILE - # C/C++ Headers -AC_HEADER_STDC AC_HEADER_STDBOOL