This is a leftover from commit 6ae3766444c62ee when sessreg was broken out so other display managers like gdm could use it without having to install all of xdm.
Signed-off-by: Gaetan Nadon <[email protected]> --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 880af25..a2ba334 100644 --- a/configure.ac +++ b/configure.ac @@ -156,7 +156,7 @@ case $host_os in SU="su" ;; darwin*) - OS_CFLAGS="-DNO_LASTLOG" + OS_CFLAGS="" SU="su -m" ;; *bsd*|dragonfly*) -- 1.6.0.4 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
