From d7f29f8e5c589e4676b2ab53fea7a8b4cfcd4be3 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 4 Feb 2012 15:48:38 +0200 Subject: [PATCH] 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. --- src/ChangeLog | 5 +++++ src/w32.c | 3 +++ 2 files changed, 8 insertions(+) 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. */ -- 2.39.2