Title: [95119] trunk
Revision
95119
Author
[email protected]
Date
2011-09-14 13:59:11 -0700 (Wed, 14 Sep 2011)

Log Message

[GTK] Unreviewed buildfix after r95107.

* configure.ac:

Modified Paths

Diff

Modified: trunk/ChangeLog (95118 => 95119)


--- trunk/ChangeLog	2011-09-14 20:58:45 UTC (rev 95118)
+++ trunk/ChangeLog	2011-09-14 20:59:11 UTC (rev 95119)
@@ -1,3 +1,9 @@
+2011-09-14  Csaba Osztrogonác  <[email protected]>
+
+        [GTK] Unreviewed buildfix after r95107.
+
+        * configure.ac:
+
 2011-09-13  Eric Seidel  <[email protected]>
 
         Remove ENABLE_SVG_USE as <use> is required by HTML5

Modified: trunk/configure.ac (95118 => 95119)


--- trunk/configure.ac	2011-09-14 20:58:45 UTC (rev 95118)
+++ trunk/configure.ac	2011-09-14 20:59:11 UTC (rev 95119)
@@ -741,7 +741,7 @@
 # check for SVG features, enabling SVG if necessary
 if test "$enable_svg_animation" = "yes" || \
    test "$enable_svg_fonts" = "yes" || \
-   test "$enable_svg_as_image" = "yes" || \
+   test "$enable_svg_as_image" = "yes"; then
    svg_flags=yes
    if test "$enable_svg" = "no"; then
        AC_MSG_WARN([SVG feature(s) requested but SVG is disabled.. Enabling SVG support])
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to