[vlc-commits] configure: fix build
Rémi Denis-Courmont
git at videolan.org
Thu Jan 7 20:43:50 CET 2016
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jan 7 21:39:36 2016 +0200| [f05e10928dbeb8a8562caf5e50ebe39e026ec6b7] | committer: Rémi Denis-Courmont
configure: fix build
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f05e10928dbeb8a8562caf5e50ebe39e026ec6b7
---
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index df866f7..a7ac1cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4119,10 +4119,10 @@ KWallet::Wallet::LocalWallet();
])], [
have_kwallet="yes"
])
+ ])
AC_LANG_POP([C++])
VLC_RESTORE_FLAGS
- ])
-#])
+])
AS_IF([test "$enable_kwallet" = "yes" -a "$have_kwallet" = "no" ], [
AC_MSG_ERROR([KWallet headers or so not found])
])
More information about the vlc-commits
mailing list