Commit 9495b3ca authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

configure: remove gratuitious greeting in error message

parent 14b85712
...@@ -3950,10 +3950,10 @@ AS_IF([test "${enable_libgcrypt}" != "no"], [ ...@@ -3950,10 +3950,10 @@ AS_IF([test "${enable_libgcrypt}" != "no"], [
GCRYPT_CFLAGS="`libgcrypt-config --cflags`" GCRYPT_CFLAGS="`libgcrypt-config --cflags`"
GCRYPT_LIBS="`libgcrypt-config --libs`" GCRYPT_LIBS="`libgcrypt-config --libs`"
], [ ], [
AC_MSG_ERROR([libgcrypt not found. Install libgcrypt or use --disable-libgcrypt. Have a nice day.]) AC_MSG_ERROR([libgcrypt not found. Install libgcrypt or pass --disable-libgcrypt.])
], [`libgcrypt-config --libs`]) ], [`libgcrypt-config --libs`])
], [ ], [
AC_MSG_ERROR([libgcrypt version 1.1.94 or higher not found. Install libgcrypt or use --disable-libgcrypt. Have a nice day.]) AC_MSG_ERROR([libgcrypt version 1.1.94 or higher not found. Install libgcrypt or pass --disable-libgcrypt.])
], [#include <gcrypt.h>] ], [#include <gcrypt.h>]
) )
]) ])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment