projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6866943
)
crypt: Fix typo in configure warning.
author
Andre Noll
<maan@systemlinux.org>
Mon, 27 Jun 2011 16:25:36 +0000
(18:25 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Wed, 6 Jul 2011 06:41:26 +0000
(08:41 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
e2fba30
..
019fca0
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-377,7
+377,7
@@
if test "$check_gcrypt" = "yes"; then
client_errlist_objs="$client_errlist_objs gcrypt"
audiod_errlist_objs="$audiod_errlist_objs gcrypt"
else
- AC_MSG_WARN([grypt library not found])
+ AC_MSG_WARN([g
c
rypt library not found])
fi
CPPFLAGS="$OLD_CPPFLAGS"
LDFLAGS="$OLD_LDFLAGS"