summaryrefslogtreecommitdiff
path: root/m4/ax_lib_gcrypt.m4
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-09-24 10:58:57 +0200
committerPeter Simons <simons@cryp.to>2010-09-24 20:33:03 +0200
commit624f8c562edaf56a99e058c9ecd23d1b28d35d18 (patch)
treead810342541b42cd6912aa8b09c8793d59d4f7f9 /m4/ax_lib_gcrypt.m4
parent40fc6f60ec0e0c8ea6b78291a9bcf684d03ccca0 (diff)
downloadautoconf-archive-624f8c562edaf56a99e058c9ecd23d1b28d35d18.tar.gz
replace SP*-TAB by TAB, now that we know there are fewer than 8 SP
git grep -l ' '|xargs perl -pi -e 's/ +\t/\t/'
Diffstat (limited to 'm4/ax_lib_gcrypt.m4')
-rw-r--r--m4/ax_lib_gcrypt.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_lib_gcrypt.m4 b/m4/ax_lib_gcrypt.m4
index 76cf1fb..c1d96ad 100644
--- a/m4/ax_lib_gcrypt.m4
+++ b/m4/ax_lib_gcrypt.m4
@@ -101,7 +101,7 @@ AC_DEFUN([AX_LIB_GCRYPT],[
],[
# complain only if explicitely required
if test "$ac_with_gcrypt" = "yes" ; then
- AC_MSG_ERROR([cannot configure required gcrypt library])
+ AC_MSG_ERROR([cannot configure required gcrypt library])
fi
])
fi