* configure.ac: fix typo in previous change

This commit is contained in:
Paul Eggert 2017-08-29 18:56:36 -07:00
parent 9b4b2e9fc8
commit 0001ff27c4

View file

@ -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