Skip to content

Commit 8f71c5f

Browse files
Make --disable-polkit
Thanks to Diego Elio Pettenò for the bug report git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/PCSC@6859 0ce88b0d-b2fd-0310-8134-9614164e65ea
1 parent b8a328f commit 8f71c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ POLKIT_MINIMUM=0.111
285285
AC_ARG_ENABLE(polkit,
286286
AS_HELP_STRING([--enable-polkit],
287287
[Build with polkit support]),
288-
use_polkit=$withval, use_polkit=no)
288+
use_polkit=$enableval, use_polkit=no)
289289
if test "$use_polkit" != "no"; then
290290
PKG_CHECK_MODULES(POLKIT, [polkit-gobject-1 >= $POLKIT_MINIMUM], [use_polkit=yes], [use_polkit=no])
291291
if test "$use_polkit" != "no";then

0 commit comments

Comments
 (0)