Fix quoting bug in --without-export implementation.
This commit is contained in:
parent
42ba90eb7f
commit
2625c8968e
@ -475,7 +475,7 @@ done
|
||||
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]
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user