diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-09-05 17:48:08 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2020-07-14 15:52:39 +0200 |
commit | e34d49ac07b53ce4f4dc58010fcc940dba6a2bcf (patch) | |
tree | 155559ac798afc9d98464aa18860bd37158d3a82 /configure | |
parent | 1f8e181db8ac69d82cd0ce10e3d122939fe5690d (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-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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= |