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.
This commit is contained in:
parent
e0aeebda1f
commit
d7f29f8e5c
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue