summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2018-07-29 15:44:09 -0400
committerPhilip Chimento <philip.chimento@gmail.com>2018-10-08 15:59:19 -0700
commitcf56080b6d21100bec9b83c1bb677ef5f611efc5 (patch)
treebf65ec67ea6c36fa5cd74a76d69db25050e654c4
parent09c4c05f1064ac94da789cc8571c9c15f8868803 (diff)
downloadgjs-cf56080b6d21100bec9b83c1bb677ef5f611efc5.tar.gz
build: Remove apostrophe from conftest program
I noticed that this apostrophe causes a warning while compiling the conftest program. The text of this error message really doesn't matter, so just remove the apostrophe.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index dbbdb205..97331023 100644
--- a/configure.ac
+++ b/configure.ac
@@ -89,7 +89,7 @@ AC_MSG_CHECKING([whether SpiderMonkey was configured with --enable-debug])
AC_COMPILE_IFELSE([AC_LANG_SOURCE([[
#include <js-config.h>
#ifdef JS_DEBUG
-#error debug yes, if we didn't already error out due to DEBUG not being defined
+#error debug yes, if we did not already error out due to DEBUG not being defined
#endif
]])], [
AC_MSG_RESULT([no])