You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-client/firefox/files/firefox-37.0-jemalloc_confi...

12 lines
516 B

--- a/memory/jemalloc/src/configure.ac 2015-03-30 18:54:42.000000000 -0400
+++ b/memory/jemalloc/src/configure.ac 2015-04-06 16:23:52.170389285 -0400
@@ -989,7 +989,7 @@
AC_ARG_WITH([lg_page],
[AS_HELP_STRING([--with-lg-page=<lg-page>], [Base 2 log of system page size])],
[LG_PAGE="$with_lg_page"], [LG_PAGE="detect"])
-if test "x$LG_PAGE" == "xdetect"; then
+if test "x$LG_PAGE" = "xdetect"; then
AC_CACHE_CHECK([LG_PAGE],
[je_cv_lg_page],
AC_RUN_IFELSE([AC_LANG_PROGRAM(