Commit f05e1092 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

configure: fix build

parent d633465c
...@@ -4119,10 +4119,10 @@ KWallet::Wallet::LocalWallet(); ...@@ -4119,10 +4119,10 @@ KWallet::Wallet::LocalWallet();
])], [ ])], [
have_kwallet="yes" have_kwallet="yes"
]) ])
])
AC_LANG_POP([C++]) AC_LANG_POP([C++])
VLC_RESTORE_FLAGS VLC_RESTORE_FLAGS
]) ])
#])
AS_IF([test "$enable_kwallet" = "yes" -a "$have_kwallet" = "no" ], [ AS_IF([test "$enable_kwallet" = "yes" -a "$have_kwallet" = "no" ], [
AC_MSG_ERROR([KWallet headers or so not found]) AC_MSG_ERROR([KWallet headers or so not found])
]) ])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment