diff options
| -rwxr-xr-x | autogen/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen/configure b/autogen/configure index 4b27e99acf1..1251680b942 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -16239,7 +16239,7 @@ cat >>confdefs.h <<_ACEOF | |||
| 16239 | #define EMACS_CONFIGURATION "${canonical}" | 16239 | #define EMACS_CONFIGURATION "${canonical}" |
| 16240 | _ACEOF | 16240 | _ACEOF |
| 16241 | 16241 | ||
| 16242 | emacs_config_options=`echo "$emacs_config_options" | sed -e "s/\"/'/g"` | 16242 | emacs_config_options=`echo "$emacs_config_options " | sed -e 's/--no-create //' -e 's/--no-recursion //' -e 's/ *$//' -e "s/\"/'/g"` |
| 16243 | 16243 | ||
| 16244 | cat >>confdefs.h <<_ACEOF | 16244 | cat >>confdefs.h <<_ACEOF |
| 16245 | #define EMACS_CONFIG_OPTIONS "${emacs_config_options}" | 16245 | #define EMACS_CONFIG_OPTIONS "${emacs_config_options}" |