diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-06-02 15:45:11 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-06-02 15:45:11 +0200 |
commit | ec2008e9e53b99ba1725d8398e21b9cb04f6b8ca (patch) | |
tree | 8498bf1722b27ae47a5cec27c7f6cf5ecb868bb3 /openvpn/compat.m4 | |
parent | b84e3939a015b42c316af0b63297932e6fcf8ba4 (diff) |
bring openvpn in sync with openvpn git master and patches submitted to mailing list
Diffstat (limited to 'openvpn/compat.m4')
-rw-r--r-- | openvpn/compat.m4 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openvpn/compat.m4 b/openvpn/compat.m4 index d5c01f76..4c132544 100644 --- a/openvpn/compat.m4 +++ b/openvpn/compat.m4 @@ -43,6 +43,11 @@ ifdef( [AC_DEFUN([AC_USE_SYSTEM_EXTENSIONS], [GNU_SOURCE])] ) ifdef( + [AC_PROG_SED], + , + [AC_DEFUN([AC_PROG_SED], [AC_CHECK_PROGS([SED], [sed])])] +) +ifdef( [AC_TYPE_INT8_T], , [ |