aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen/configure2
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
16242emacs_config_options=`echo "$emacs_config_options" | sed -e "s/\"/'/g"` 16242emacs_config_options=`echo "$emacs_config_options " | sed -e 's/--no-create //' -e 's/--no-recursion //' -e 's/ *$//' -e "s/\"/'/g"`
16243 16243
16244cat >>confdefs.h <<_ACEOF 16244cat >>confdefs.h <<_ACEOF
16245#define EMACS_CONFIG_OPTIONS "${emacs_config_options}" 16245#define EMACS_CONFIG_OPTIONS "${emacs_config_options}"