aboutsummaryrefslogtreecommitdiff
blob: b5278b1a03372d80fe6c34ca7d7ffe64a7c17bea (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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(