mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Fix shell test to use = instead of ==.
This commit is contained in:
parent
6505733012
commit
b0808d5f63
1 changed files with 1 additions and 1 deletions
|
|
@ -998,7 +998,7 @@ fi
|
|||
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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue