[pulseaudio-discuss] [PATCH] obvious typo prevents PolicyKit from being detected

Nix nix at esperi.org.uk
Thu Nov 22 14:29:58 PST 2007


How did this ever work?

(you probably want to point out somewhere that this needs the unreleased
PolicyKit 0.7 as well.)

Index: configure.ac
===================================================================
--- configure.ac	(revision 2074)
+++ configure.ac	(working copy)
@@ -881,7 +881,7 @@
         [
             HAVE_POLKIT=1
             saved_LIBS="$LIBS"
-            LIBS="$LIBS POLKIT_LIBS"
+            LIBS="$LIBS $POLKIT_LIBS"
             AC_CHECK_FUNCS(polkit_context_is_caller_authorized)
             LIBS="$saved_LIBS"
             AC_DEFINE([HAVE_POLKIT], 1, [Have PolicyKit])


-- 
`Some people don't think performance issues are "real bugs", and I think 
such people shouldn't be allowed to program.' --- Linus Torvalds



More information about the pulseaudio-discuss mailing list