summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQi Wang <interwq@gwu.edu>2023-03-09 11:26:07 -0800
committerQi Wang <interwq@gmail.com>2023-03-14 16:47:00 -0700
commitd503d72129eddb2175d5d5119c9b70d507112947 (patch)
treed2edc002039f5d367116baf5989549c19462100d
parent71bc1a3d91ae7e513488401627eca2a31e9f6e60 (diff)
downloadjemalloc-d503d72129eddb2175d5d5119c9b70d507112947.tar.gz
Add the missing descriptions in AC_DEFINE
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index fbc6298b..2bbf7d54 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1088,7 +1088,7 @@ AC_SUBST([JEMALLOC_CPREFIX])
AC_ARG_WITH([export],
[AS_HELP_STRING([--without-export], [disable exporting jemalloc public APIs])],
[if test "x$with_export" = "xno"; then
- AC_DEFINE([JEMALLOC_EXPORT],[], [ ])
+ AC_DEFINE([JEMALLOC_EXPORT], [ ], [ ])
fi]
)
@@ -1650,7 +1650,7 @@ fi
[enable_uaf_detection="0"]
)
if test "x$enable_uaf_detection" = "x1" ; then
- AC_DEFINE([JEMALLOC_UAF_DETECTION], [ ])
+ AC_DEFINE([JEMALLOC_UAF_DETECTION], [ ], [ ])
fi
AC_SUBST([enable_uaf_detection])