Title: [159928] trunk
Revision
159928
Author
commit-qu...@webkit.org
Date
2013-12-02 03:27:09 -0800 (Mon, 02 Dec 2013)

Log 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 <b...@stusta.de> on 2013-12-02
Reviewed by Gustavo Noronha Silva.

* Source/autotools/CheckSystemAndBasicDependencies.m4:

Modified Paths

Diff

Modified: trunk/ChangeLog (159927 => 159928)


--- trunk/ChangeLog	2013-12-02 10:47:57 UTC (rev 159927)
+++ trunk/ChangeLog	2013-12-02 11:27:09 UTC (rev 159928)
@@ -1,3 +1,15 @@
+2013-12-02  Adrian Bunk  <b...@stusta.de>
+
+        [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  <l...@inf.u-szeged.hu>
 
         [cmake] Fix cmake warning: Argument not separated from preceding token by whitespace

Modified: trunk/Source/autotools/CheckSystemAndBasicDependencies.m4 (159927 => 159928)


--- trunk/Source/autotools/CheckSystemAndBasicDependencies.m4	2013-12-02 10:47:57 UTC (rev 159927)
+++ trunk/Source/autotools/CheckSystemAndBasicDependencies.m4	2013-12-02 11:27:09 UTC (rev 159928)
@@ -135,11 +135,5 @@
     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
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to