[vlc-commits] configure: remove gratuitious greeting in error message
Rémi Denis-Courmont
git at videolan.org
Thu Apr 3 18:47:37 CEST 2014
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Apr 3 19:39:05 2014 +0300| [9495b3ca984336ecdfbfad7c688b43d3dd44b73e] | committer: Rémi Denis-Courmont
configure: remove gratuitious greeting in error message
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9495b3ca984336ecdfbfad7c688b43d3dd44b73e
---
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index c1fe742..4794125 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3950,10 +3950,10 @@ AS_IF([test "${enable_libgcrypt}" != "no"], [
GCRYPT_CFLAGS="`libgcrypt-config --cflags`"
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`])
], [
- 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>]
)
])
More information about the vlc-commits
mailing list