]> Savannah Git Hosting - gnulib.git/commitdiff
havelib: fix typo in previous change
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 Nov 2017 05:29:38 +0000 (21:29 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 Nov 2017 05:29:59 +0000 (21:29 -0800)
* m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Fix typo.

ChangeLog
m4/lib-prefix.m4

index 53a2b8f7b464ad24288027be8a0d3e46e8446fda..c9dc192ddf64f32cec36c547077f73082c01f391 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2017-11-05  Paul Eggert  <eggert@cs.ucla.edu>
 
+       havelib: fix typo in previous change
+       * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Fix typo.
+
        Don’t use AC_EGREP_CPP if affected by CFLAGS
        * m4/float_h.m4 (gl_FLOAT_H):
        * m4/host-cpu-c-abi.m4 (gl_HOST_CPU_C_ABI):
index 6699ca172ffed11032149f43c5d5a75798c6144a..9fc47a16dcda6c77cbcffa2f2daedc47159bce8c 100644 (file)
@@ -1,4 +1,4 @@
-# lib-prefix.m4 serial 10
+# lib-prefix.m4 serial 11
 dnl Copyright (C) 2001-2005, 2008-2017 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -188,7 +188,7 @@ AC_DEFUN([AC_LIB_PREPARE_MULTILIB],
          dnl But we want to recognize the sparcv9 or amd64 subdirectory also if the
          dnl symlink is missing, so we set acl_libdirstem2 too.
          AC_CACHE_CHECK([for 64-bit host], [gl_cv_solaris_64bit],
-           [AC_COMPILE_IFELSE([sixtyfour bits],
+           [AC_COMPILE_IFELSE(
               [AC_LANG_SOURCE(
                  [[#ifdef _LP64
                     int ok;