[PATCH app-xdm 14/23] config: remove unused define NO_LASTLOG for Darwin

Gaetan Nadon memsize at videotron.ca
Wed Sep 1 11:03:42 PDT 2010


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 <memsize at videotron.ca>
---
 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



More information about the xorg-devel mailing list