This would be used to support lasltlog as sessreg does, however no code makes use of it.
A code search shows that this is a macro only defined in app/sessreg. No such macros could be found in Darwin OS. 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 c075859..263eda1 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
