Mojo service implementation for HTTP server - part 1
[chromium-blink-merge.git] / third_party / instrumented_libraries / patches / libpixman-1-0.diff
bloba5599a4a42168f23f201cc3f57a8db2ca5035656
1 --- pixman-0.30.2/configure.ac.orig 2014-08-19 15:53:39.376032738 +0400
2 +++ pixman-0.30.2/configure.ac 2014-08-19 15:53:55.264181469 +0400
3 @@ -844,12 +844,13 @@ if test x$have_gettimeofday = xyes && te
4 AC_DEFINE(HAVE_GETTIMEOFDAY, 1, [Whether we have gettimeofday()])
5 fi
7 -dnl =====================================
8 -dnl Check for missing sqrtf() as, e.g., for Solaris 9
10 -AC_SEARCH_LIBS([sqrtf], [m], [],
11 - [AC_DEFINE([sqrtf], [sqrt],
12 - [Define to sqrt if you do not have the `sqrtf' function.])])
13 +# Not needed for Clang Linux builds. Fixes http://crbug.com/404526.
14 +#dnl =====================================
15 +#dnl Check for missing sqrtf() as, e.g., for Solaris 9
17 +#AC_SEARCH_LIBS([sqrtf], [m], [],
18 +# [AC_DEFINE([sqrtf], [sqrt],
19 +# [Define to sqrt if you do not have the `sqrtf' function.])])
21 dnl =====================================
22 dnl Thread local storage