! 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-power-manager git ./configure --disable-network-manager enables network...
Status:
RESOLVED: FIXED
Product:
Xfce4-power-manager
Component:
General

Comments

Description Samuli Suominen 2014-05-27 13:39:33 CEST
Either --dump output is wrong, or --disable-network-manager has broken logic in configure.ac (.in?) that makes it same as --enable-network-manager

$ NOCONFIGURE=1 ./autogen.sh
$ ./configure --disable-network-manager --enable-maintainer-mode
$ make
$ make install
$ xfce4-power-manager --dump

[ ..snip .. ]
With network manager support
[ ..snip .. ]
Comment 1 Eric Koegel editbugs 2014-05-27 18:11:58 CEST
checking whether to build with network manager support.... no
Network manager: no
but config.h #define WITH_NETWORK_MANAGER 1
yup, that's broken. Pushed a fix in: http://git.xfce.org/xfce/xfce4-power-manager/commit/?id=55d4c6f3fa2b3fde61a474a748efde4c8c174a6f

Good catch, thanks!

Bug #10915

Reported by:
Samuli Suominen
Reported on: 2014-05-27
Last modified on: 2014-05-27

People

Assignee:
Ali Abdallah
CC List:
1 user

Version

Version:
Unspecified

Attachments

Additional information