diff options
author | John Lyman <jlyman2@gmail.com> | 2013-04-26 15:06:27 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-04-26 15:06:27 +0200 |
commit | 0d8d9d779190b95b8fbbb2669aa4f65e917e466d (patch) | |
tree | 8f0903328fb149b5c3db7f9f829561b79ad09a9d | |
parent | cd29b9f87c94491d47403460b550cb0c0bd93786 (diff) | |
download | rsyslog-0d8d9d779190b95b8fbbb2669aa4f65e917e466d.tar.gz rsyslog-0d8d9d779190b95b8fbbb2669aa4f65e917e466d.tar.bz2 rsyslog-0d8d9d779190b95b8fbbb2669aa4f65e917e466d.zip |
typo fix
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 87b65e89..81efe365 100644 --- a/configure.ac +++ b/configure.ac @@ -798,7 +798,7 @@ if test "x$enable_libgcrypt" = "xyes"; then [LIBGCRYPT_CFLAGS="`libgcrypt-config --cflags`" LIBGCRYPT_LIBS="`libgcrypt-config --libs`" ], - [AC_MSG_FAILURE([libgrypt is missing])], + [AC_MSG_FAILURE([libgcrypt is missing])], [`libgcrypt-config --libs --cflags`] ) AC_DEFINE([ENABLE_LIBGCRYPT], [1], [Indicator that LIBGCRYPT is present]) |