f44a1ccf4f
PR: ports/84607 Submitted by: Max Campos <mcampos@bpsw.biz> Approved by: maintainer timeout (2 months) Obtained from: ProFTPD Bug Tracking System
15 lines
304 B
Text
15 lines
304 B
Text
--- configure.orig Fri Aug 5 23:18:35 2005
|
|
+++ configure Fri Aug 5 23:19:29 2005
|
|
@@ -19685,11 +19685,11 @@
|
|
if test "${enable_ipv6+set}" = set; then
|
|
enableval="$enable_ipv6"
|
|
|
|
-
|
|
+ if test x"$enableval" = xyes ; then
|
|
cat >>confdefs.h <<\_ACEOF
|
|
#define PR_USE_IPV6 1
|
|
_ACEOF
|
|
-
|
|
+ fi;
|
|
|
|
fi;
|