emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r107092: Include --enable-checking in


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107092: Include --enable-checking in system-configuration-options on MS-Windows.
Date: Sat, 04 Feb 2012 15:48:38 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107092
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2012-02-04 15:48:38 +0200
message:
  Include --enable-checking in system-configuration-options on MS-Windows.
  
   srtc/w32.c (get_emacs_configuration_options): Include
   --enable-checking, if specified, in the return value.
modified:
  src/ChangeLog
  src/w32.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-02-04 11:29:29 +0000
+++ b/src/ChangeLog     2012-02-04 13:48:38 +0000
@@ -1,3 +1,8 @@
+2012-02-04  Eli Zaretskii  <address@hidden>
+
+       * w32.c (get_emacs_configuration_options): Include
+       --enable-checking, if specified, in the return value.
+
 2012-02-04  Martin Rudalics  <address@hidden>
 
        * dispnew.c (change_frame_size_1): Calculate new_frame_total_cols

=== modified file 'src/w32.c'
--- a/src/w32.c 2012-01-19 07:21:25 +0000
+++ b/src/w32.c 2012-02-04 13:48:38 +0000
@@ -1940,6 +1940,9 @@
 #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.  */
 #ifdef USER_CFLAGS


reply via email to

[Prev in Thread] Current Thread [Next in Thread]