aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 609ecdc8f1a..2e0b416053b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1042,7 +1042,7 @@ edit_cflags="
1042AC_ARG_ENABLE(link-time-optimization, 1042AC_ARG_ENABLE(link-time-optimization,
1043[AS_HELP_STRING([--enable-link-time-optimization], 1043[AS_HELP_STRING([--enable-link-time-optimization],
1044 [build with link-time optimization 1044 [build with link-time optimization
1045 (experimental; see INSTALL)])]) 1045 (experimental; see INSTALL)])],
1046if test "${enableval}" != "no"; then 1046if test "${enableval}" != "no"; then
1047 ac_lto_supported=no 1047 ac_lto_supported=no
1048 if test "$emacs_cv_clang" = yes; then 1048 if test "$emacs_cv_clang" = yes; then