[vlc-devel] commit: linking to gcrypt requires `libgcrypt-config --libs` ( Rafaël Carré )
git version control
git at videolan.org
Fri Oct 16 14:38:42 CEST 2009
vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Fri Oct 16 14:38:17 2009 +0200| [4575e52ef6da01fcc017f69f85110950ed22d6ba] | committer: Rafaël Carré
linking to gcrypt requires `libgcrypt-config --libs`
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4575e52ef6da01fcc017f69f85110950ed22d6ba
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index dbde8a8..e5d54c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4622,7 +4622,7 @@ AS_IF([test "${enable_libgcrypt}" != "no"], [
GCRYPT_LIBS="`libgcrypt-config --libs`"
], [
AC_MSG_ERROR([libgcrypt not found. Install libgcrypt or use --disable-libgcrypt. Have a nice day.])
- ])
+ ], [`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.])
], [#include <gcrypt.h>]
More information about the vlc-devel
mailing list