From 7b521912a153e2d37b15b6fa931133f86c47be27 Mon Sep 17 00:00:00 2001 From: David Coppa Date: Wed, 30 Aug 2017 07:48:57 +0000 Subject: Use 'unix:0' for the DISPLAY environment variable ok matthieu@ --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7670256..d40be3b 100644 --- a/configure.ac +++ b/configure.ac @@ -207,12 +207,12 @@ AC_SUBST(XENODM_LIBS) # Defaults for X session - should probably be configure --with-* flags # Currently just trying to mirror what defaults were set in Imake -# -DDEF_SERVER_LINE=":0 local $(DEF_SERVER) :0" +# -DDEF_SERVER_LINE="unix:0 local $(DEF_SERVER) :0" if test -z "$DEF_SERVER" ; then DEF_SERVER="${bindir}/X" fi if test -z "$DEF_SERVER_LINE" ; then - DEF_SERVER_LINE=":0 local ${DEF_SERVER} :0" + DEF_SERVER_LINE="unix:0 local ${DEF_SERVER} :0" fi AX_DEFINE_DIR(DEF_SERVER_LINE, DEF_SERVER_LINE, [Define to default Xserver file entry for local X server]) -- cgit v1.2.3