aboutsummaryrefslogtreecommitdiff
path: root/ftp/proftpd/files/patch-configure
blob: 0f6d9d857e912902cfea180b23fd57d4757cac16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- 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;