]> git.sesse.net Git - vlc/commitdiff
configure: remove gratuitious greeting in error message
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 3 Apr 2014 16:39:05 +0000 (19:39 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 3 Apr 2014 16:47:32 +0000 (19:47 +0300)
configure.ac

index c1fe74236a45a02e88a825d3725c03088f438334..47941258b72a3584dd9615387c615593e6f96250 100644 (file)
@@ -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>]
   )
 ])