9cd6a39c3e
Mozilla Firefox is a free, open-source and cross-platform web browser for Windows, Linux, MacOS X and many other operating systems. It is fast and easy to use, and offers many advantages over other web browsers, such as tabbed browsing and the ability to block pop-up windows. Firefox also offers excellent bookmark and history management, and it can be extended by developers using industry standards such as XML, CSS, JavaScript, C++, etc. Many extensions are available. This package tracks 38 ESR.
13 lines
470 B
Text
13 lines
470 B
Text
$NetBSD: patch-memory_jemalloc_src_configure,v 1.1 2015/07/09 14:13:52 ryoon Exp $
|
|
|
|
--- memory/jemalloc/src/configure.orig 2015-03-27 02:20:26.000000000 +0000
|
|
+++ memory/jemalloc/src/configure
|
|
@@ -6566,7 +6566,7 @@ else
|
|
LG_PAGE="detect"
|
|
fi
|
|
|
|
-if test "x$LG_PAGE" == "xdetect"; then
|
|
+if test "x$LG_PAGE" = "xdetect"; then
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking LG_PAGE" >&5
|
|
$as_echo_n "checking LG_PAGE... " >&6; }
|
|
if ${je_cv_lg_page+:} false; then :
|