[gjs: 1/9] build: Remove apostrophe from conftest program



commit 3b752380a750e6091acf4ebeb783c6b7aaf8d92e
Author: Philip Chimento <philip chimento gmail com>
Date:   Sun Jul 29 15:44:09 2018 -0400

    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.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/configure.ac b/configure.ac
index c1d41f79..2288bc66 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])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]