aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQi Wang <interwq@gwu.edu>2018-04-11 10:21:13 -0700
committerQi Wang <interwq@gmail.com>2018-04-11 10:42:57 -0700
commitf0b146acc4d48d1d829a8099aee7bc91267d8209 (patch)
treee3bad67bf0bd763fcc879132ec6cd5239772f1e5
parentcad27a894a2e043f3c1189201d6ff34a195dc658 (diff)
downloadplatform_external_jemalloc_new-f0b146acc4d48d1d829a8099aee7bc91267d8209.tar.gz
platform_external_jemalloc_new-f0b146acc4d48d1d829a8099aee7bc91267d8209.tar.bz2
platform_external_jemalloc_new-f0b146acc4d48d1d829a8099aee7bc91267d8209.zip
Fix a typo.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1e32f7fa..e45970ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ dnl Custom macro definitions.
dnl JE_CONCAT_VVV(r, a, b)
dnl
dnl Set $r to the concatenation of $a and $b, with a space separating them iff
-dnl both $a and $b are non-emty.
+dnl both $a and $b are non-empty.
AC_DEFUN([JE_CONCAT_VVV],
if test "x[$]{$2}" = "x" -o "x[$]{$3}" = "x" ; then
$1="[$]{$2}[$]{$3}"