From f05e10928dbeb8a8562caf5e50ebe39e026ec6b7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Thu, 7 Jan 2016 21:39:36 +0200 Subject: [PATCH] configure: fix build --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index df866f7784..a7ac1cbc61 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]) ]) -- 2.11.4.GIT