diff options
| author | Paul Eggert | 2017-08-29 18:56:36 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-08-29 18:57:10 -0700 |
| commit | 0001ff27c4a114fdfe75c8e35b0970ecd939a53d (patch) | |
| tree | ec2770776edb572306f9eb144fef0529766022cd | |
| parent | 9b4b2e9fc8dfd37ad8f44940a16330c477f896ea (diff) | |
| download | emacs-0001ff27c4a114fdfe75c8e35b0970ecd939a53d.tar.gz emacs-0001ff27c4a114fdfe75c8e35b0970ecd939a53d.zip | |
* configure.ac: fix typo in previous change
| -rw-r--r-- | configure.ac | 2 |
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=" | |||
| 1042 | AC_ARG_ENABLE(link-time-optimization, | 1042 | AC_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)])], |
| 1046 | if test "${enableval}" != "no"; then | 1046 | if 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 |