summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-11-05 21:29:38 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2017-11-05 21:29:59 -0800
commitd1199a64bbe6a657ed0bf209c8752966205f78f2 (patch)
treeb95745ceec35da17e3f3254f9399e482d242889d /m4
parent4b0ea422d8a400375f957c0dee6faaf92802c625 (diff)
downloadgnulib-d1199a64bbe6a657ed0bf209c8752966205f78f2.tar.gz
havelib: fix typo in previous change
* m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Fix typo.
Diffstat (limited to 'm4')
-rw-r--r--m4/lib-prefix.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/lib-prefix.m4 b/m4/lib-prefix.m4
index 6699ca172f..9fc47a16dc 100644
--- a/m4/lib-prefix.m4
+++ b/m4/lib-prefix.m4
@@ -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;