diff options
Diffstat (limited to 'security/clamav/files/patch-configure')
-rw-r--r-- | security/clamav/files/patch-configure | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/security/clamav/files/patch-configure b/security/clamav/files/patch-configure index c98d492aee0e..6fac5a15ca1e 100644 --- a/security/clamav/files/patch-configure +++ b/security/clamav/files/patch-configure @@ -20,12 +20,3 @@ #include <resolv.h> _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -@@ -13267,7 +13273,7 @@ - # Check whether --enable-gethostbyname_r or --disable-gethostbyname_r was given. - if test "${enable_gethostbyname_r+set}" = set; then - enableval="$enable_gethostbyname_r" -- disable_gethostbyname_r=$enableval -+ test $enableval = yes && disable_gethostbyname_r=no || disable_gethostbyname_r=yes - fi; - - if test "$disable_gethostbyname_r" = "yes"; then |