Title: [143001] trunk
Revision
143001
Author
[email protected]
Date
2013-02-15 08:12:53 -0800 (Fri, 15 Feb 2013)

Log Message

Unreviewed build fix.

* Source/autotools/SetupLibtool.m4: Move AR_FLAGS definition so it comes before dolt
and libtool initialization, thus having an effect once again.

Modified Paths

Diff

Modified: trunk/ChangeLog (143000 => 143001)


--- trunk/ChangeLog	2013-02-15 15:56:51 UTC (rev 143000)
+++ trunk/ChangeLog	2013-02-15 16:12:53 UTC (rev 143001)
@@ -1,3 +1,10 @@
+2013-02-15  Gustavo Noronha Silva  <[email protected]>
+
+        Unreviewed build fix.
+
+        * Source/autotools/SetupLibtool.m4: Move AR_FLAGS definition so it comes before dolt
+        and libtool initialization, thus having an effect once again.
+
 2013-02-15  Keishi Hattori  <[email protected]>
 
         Add setValue and closePopup methods to PagePopupController

Modified: trunk/Source/autotools/SetupLibtool.m4 (143000 => 143001)


--- trunk/Source/autotools/SetupLibtool.m4	2013-02-15 15:56:51 UTC (rev 143000)
+++ trunk/Source/autotools/SetupLibtool.m4	2013-02-15 16:12:53 UTC (rev 143001)
@@ -5,11 +5,12 @@
 AC_SUBST([LIBJAVASCRIPTCOREGTK_VERSION])
 AC_SUBST([LIBWEBKIT2GTK_VERSION])
 
+if test -z "$AR_FLAGS"; then
+    AR_FLAGS="cruT"
+fi
+
 DOLT
 AC_DISABLE_STATIC
 AC_LIBTOOL_WIN32_DLL
 AC_PROG_LIBTOOL
 
-if test -z "$AR_FLAGS"; then
-    AR_FLAGS="cruT"
-fi
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to