[vlc-devel] commit: Remove non-sensical statement ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat Jun 7 20:55:35 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sat Jun  7 21:37:29 2008 +0300| [37ff7ca16070b6ebbcaeec3f088b867e8bb1352f]

Remove non-sensical statement

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=37ff7ca16070b6ebbcaeec3f088b867e8bb1352f
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 0fccd73..8075829 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5346,7 +5346,7 @@ AS_IF([test "${enable_gnutls}" != "no"], [
     AS_IF([test "${have_libgcrypt}" = "yes"],[
       VLC_ADD_LIBS([gnutls], ${GCRYPT_LIBS})
       VLC_ADD_CFLAGS([gnutls], ${GCRYPT_CFLAGS})
-    ], [-lgpg-error])
+    ])
     VLC_ADD_LIBS([gnutls], [$GNUTLS_LIBS])
   ], [
     AS_IF([test "${enable_gnutls}" = "yes"], [




More information about the vlc-devel mailing list