blob: d11adcb7bec9e6bb73cd82cf061c7d496c8c15cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -uNr gdm-2.6.0.9/configure.in gdm-2.6.0.9.patched/configure.in
--- gdm-2.6.0.9/configure.in 2005-04-12 06:35:47.000000000 +0200
+++ gdm-2.6.0.9.patched/configure.in 2005-06-05 16:35:44.000000000 +0200
@@ -190,7 +190,7 @@
dnl IPv6 specific checks
dnl *****************************
AC_MSG_CHECKING([whether to enable IPv6])
-AC_ARG_ENABLE(enable-ipv6, [ --enable-ipv6=[yes/no] Enables compilation of IPv6 code default=[no]],, enable_ipv6=no)
+AC_ARG_ENABLE(ipv6, [ --enable-ipv6=[yes/no] Enables compilation of IPv6 code default=[no]],, enable_ipv6=no)
if test x$enable_ipv6 = xyes; then
AC_TRY_COMPILE([
#include <sys/types.h>
|