From: Paul Eggert Date: Wed, 30 Aug 2017 01:56:36 +0000 (-0700) Subject: * configure.ac: fix typo in previous change X-Git-Tag: emacs-26.0.90~306 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0001ff27c4a114fdfe75c8e35b0970ecd939a53d;p=emacs.git * configure.ac: fix typo in previous change --- diff --git a/configure.ac b/configure.ac index 609ecdc8f1a..2e0b416053b 100644 --- a/configure.ac +++ b/configure.ac @@ -1042,7 +1042,7 @@ edit_cflags=" AC_ARG_ENABLE(link-time-optimization, [AS_HELP_STRING([--enable-link-time-optimization], [build with link-time optimization - (experimental; see INSTALL)])]) + (experimental; see INSTALL)])], if test "${enableval}" != "no"; then ac_lto_supported=no if test "$emacs_cv_clang" = yes; then