summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2017-09-05 17:48:08 +0000
committerMatthieu Herrb <matthieu@herrb.eu>2020-07-14 15:52:39 +0200
commite34d49ac07b53ce4f4dc58010fcc940dba6a2bcf (patch)
tree155559ac798afc9d98464aa18860bd37158d3a82 /configure
parent1f8e181db8ac69d82cd0ce10e3d122939fe5690d (diff)
backout hard-coded behaviour change which was not discussed, in particular no justification for why the current behaviour is wrong
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index f7cf822..1686d7e 100755
--- a/configure
+++ b/configure
@@ -19747,12 +19747,12 @@ fi
# Defaults for X session - should probably be configure --with-* flags
# Currently just trying to mirror what defaults were set in Imake
-# -DDEF_SERVER_LINE="unix:0 local $(DEF_SERVER) :0"
+# -DDEF_SERVER_LINE=":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="unix:0 local ${DEF_SERVER} :0"
+ DEF_SERVER_LINE=":0 local ${DEF_SERVER} :0"
fi
prefix_NONE=