GNOME Bugzilla – Bug 568487
Build failure: unprotected use of utmp.ut_exit
Last modified: 2009-07-17 03:08:34 UTC
Compiling gdm-2.24.1 on OS X 10.4 fails because my struct utmp does not have a ut_exit member. ./configure tests for and correctly determines the situation: checking for ut_exit.e_termination field in the utmp structure... no but then daemon/gdm-session-record.c uses that part of the struct without respecting the test result.
Created attachment 126871 [details] [review] propagate ut_exit autoconf test result