summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2011-07-25 09:28:30 +0200
committerBor Kraljič2011-07-25 09:28:30 +0200
commite013ce36461e1d77443839a5e0bd19c8b4a7440f (patch)
tree5e3c08bc488b693a388a209d4e0025909d2339c7
parent60996e8b8b900d11c53fb4eec4c610d09c11e49c (diff)
xauth: remove "--disable-IPv6" from AUTH_OPTS
-rwxr-xr-xxorg-app/xauth/CONFIGURE1
-rw-r--r--xorg-app/xauth/HISTORY3
2 files changed, 4 insertions, 0 deletions
diff --git a/xorg-app/xauth/CONFIGURE b/xorg-app/xauth/CONFIGURE
index f0504861a1..525697e21d 100755
--- a/xorg-app/xauth/CONFIGURE
+++ b/xorg-app/xauth/CONFIGURE
@@ -1,4 +1,5 @@
list_remove XAUTH_OPTS "--enable-IPv6" &&
+list_remove XAUTH_OPTS "--disable-IPv6" &&
config_query_option XAUTH_OPTS \
'Enable UNIX domain socket transport?' \
diff --git a/xorg-app/xauth/HISTORY b/xorg-app/xauth/HISTORY
index b7020e7aed..5585ce369d 100644
--- a/xorg-app/xauth/HISTORY
+++ b/xorg-app/xauth/HISTORY
@@ -1,3 +1,6 @@
+2011-07-25 Bor Kraljič <pyrobor@ver.si>
+ * CONFIGURE: remove "--disable-IPv6" from AUTH_OPTS
+
2011-03-10 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: PATCHLEVEL++
* CONFIGURE: IPv6 -> ipv6 (Bug #15951)