! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
xfce4-session-4.7.0 configure appears broken
Status:
RESOLVED: FIXED
Product:
Xfce4-session
Component:
General

Comments

Description Matthew Turnbull 2010-09-06 14:22:27 CEST
Created attachment 3109 
configure.in.in patch

I have found that when building xfce4-session-4.7.0 with consolekit enabled and
policykit disabled, the configure script results in consolekit disabled and
policykit enabled.

After poking around in the configure.in, I found 2 problems:

1) There's a typo in the policykit test ("x$ac_cv_enable_polkit" = !"xyes"
should be "x$ac_cv_enable_polkit" != "xyes").

2) The AC_ARG_ENABLE macros and following tests use a custom variable name,
which is undefined when the configure flag is present.
Comment 1 Jérôme Guelfucci editbugs 2010-09-29 09:24:56 CEST
Thanks a lot for your patch, I just pushed it to git master.

Bug #6683

Reported by:
Matthew Turnbull
Reported on: 2010-09-06
Last modified on: 2010-09-29

People

Assignee:
Brian J. Tarricone (not reading bugmail)
CC List:
1 user

Version

Version:
Unspecified

Attachments

configure.in.in patch (2.28 KB, text/plain)
2010-09-06 14:22 CEST , Matthew Turnbull
no flags

Additional information