From: Eli Zaretskii Date: Sat, 4 Feb 2012 13:48:38 +0000 (+0200) Subject: Include --enable-checking in system-configuration-options on MS-Windows. X-Git-Tag: emacs-pretest-24.0.94~329 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d7f29f8e5c589e4676b2ab53fea7a8b4cfcd4be3;p=emacs.git 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. --- diff --git a/src/ChangeLog b/src/ChangeLog index 95f6201b201..14a3f6d4315 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2012-02-04 Eli Zaretskii + + * w32.c (get_emacs_configuration_options): Include + --enable-checking, if specified, in the return value. + 2012-02-04 Martin Rudalics * dispnew.c (change_frame_size_1): Calculate new_frame_total_cols diff --git a/src/w32.c b/src/w32.c index f610a36ecf4..3d3d33453c6 100644 --- 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. */