Include --enable-checking in system-configuration-options on MS-Windows.
authorEli Zaretskii <eliz@gnu.org>
Sat, 4 Feb 2012 13:48:38 +0000 (15:48 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 4 Feb 2012 13:48:38 +0000 (15:48 +0200)
 srtc/w32.c (get_emacs_configuration_options): Include
 --enable-checking, if specified, in the return value.

src/ChangeLog
src/w32.c

index 95f6201..14a3f6d 100644 (file)
@@ -1,3 +1,8 @@
+2012-02-04  Eli Zaretskii  <eliz@gnu.org>
+
+       * w32.c (get_emacs_configuration_options): Include
+       --enable-checking, if specified, in the return value.
+
 2012-02-04  Martin Rudalics  <rudalics@gmx.at>
 
        * dispnew.c (change_frame_size_1): Calculate new_frame_total_cols
index f610a36..3d3d334 100644 (file)
--- a/src/w32.c
+++ b/src/w32.c
@@ -1939,6 +1939,9 @@ get_emacs_configuration_options (void)
     cv,  /* To be filled later.  */
 #ifdef EMACSDEBUG
     " --no-opt",
+#endif
+#ifdef ENABLE_CHECKING
+    " --enable-checking",
 #endif
     /* configure.bat already sets USER_CFLAGS and USER_LDFLAGS
        with a starting space to save work here.  */