Title: [117619] trunk
Revision
117619
Author
[email protected]
Date
2012-05-18 13:40:21 -0700 (Fri, 18 May 2012)

Log Message

[GTK] Remove the obsolete AM_PROG_CC_STDC
https://bugs.webkit.org/show_bug.cgi?id=85250

Patch by Adrian Bunk <[email protected]> on 2012-05-18
Reviewed by Martin Robinson.

* configure.ac:

Modified Paths

Diff

Modified: trunk/ChangeLog (117618 => 117619)


--- trunk/ChangeLog	2012-05-18 20:37:46 UTC (rev 117618)
+++ trunk/ChangeLog	2012-05-18 20:40:21 UTC (rev 117619)
@@ -1,3 +1,12 @@
+2012-05-18  Adrian Bunk  <[email protected]>
+
+        [GTK] Remove the obsolete AM_PROG_CC_STDC
+        https://bugs.webkit.org/show_bug.cgi?id=85250
+
+        Reviewed by Martin Robinson.
+
+        * configure.ac:
+
 2012-05-18  Raphael Kubo da Costa  <[email protected]>
 
         [CMake] Unreviewed, remove ENABLE_CSS_GRID_LAYOUT option after r117613.

Modified: trunk/configure.ac (117618 => 117619)


--- trunk/configure.ac	2012-05-18 20:37:46 UTC (rev 117618)
+++ trunk/configure.ac	2012-05-18 20:40:21 UTC (rev 117619)
@@ -117,7 +117,6 @@
 
 AC_PROG_CC
 AC_PROG_CXX
-AM_PROG_CC_STDC
 AM_PROG_CC_C_O
 AC_PROG_INSTALL
 AC_SYS_LARGEFILE
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to