diff options
author | zandobersek@gmail.com <zandobersek@gmail.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | 2013-02-07 19:31:52 (GMT) |
---|---|---|
committer | zandobersek@gmail.com <zandobersek@gmail.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | 2013-02-07 19:31:52 (GMT) |
commit | f1c22ea8885d11d7e2532bd4aa794c205ed47009 (patch) | |
tree | c6c858cf694a1cbbb25aaca5020dfd60d5620878 /GNUmakefile.am | |
parent | 6d2dfaad43ba332f20f89cd144491032ff84e27b (diff) | |
download | WebKit-f1c22ea8885d11d7e2532bd4aa794c205ed47009.tar.gz WebKit-f1c22ea8885d11d7e2532bd4aa794c205ed47009.tar.xz |
[Autotools] Remove uses of Automake FARSTREAM_(CFLAGS|LIBS) variables, USE_FARSTREAM conditional
https://bugs.webkit.org/show_bug.cgi?id=109198
Reviewed by Martin Robinson.
.:
* GNUmakefile.am: The USE_FARSTREAM conditional is being removed while the WTF_USE_FARSTREAM
define is currently a no-op.
* configure.ac: Don't set the Automake conditional as it's currently not needed due
to checking for Farstream dependency being removed in r142005.
Source/WebCore:
* GNUmakefile.am: Remove FARSTREAM_CFLAGS variable, it's not set to anything.
Source/WebKit2:
* GNUmakefile.am: Remove the FARSTREAM_(CFLAGS|LIBS) variables, they're
not set to anything.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@142158 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Diffstat (limited to 'GNUmakefile.am')
-rw-r--r-- | GNUmakefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/GNUmakefile.am b/GNUmakefile.am index c7b20b7..6fce185 100644 --- a/GNUmakefile.am +++ b/GNUmakefile.am @@ -209,11 +209,6 @@ global_cppflags += \ -DWTF_USE_GSTREAMER=1 endif -if USE_FARSTREAM -global_cppflags += \ - -DWTF_USE_FARSTREAM=1 -endif - if USE_ACCELERATED_COMPOSITING global_cppflags += \ -DWTF_USE_ACCELERATED_COMPOSITING=1 \ |