summaryrefslogtreecommitdiff
path: root/openvpn/compat.m4
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-06-02 15:45:11 +0200
committerArne Schwabe <arne@rfc2549.org>2012-06-02 15:45:11 +0200
commit4ddf2ac169fbb4931b5268962b02cdca33323ccd (patch)
treedae21582837ec7d1cdda84b482377c4e7ee7e929 /openvpn/compat.m4
parent9b069ae8b8c4c458559f400211a0cfbc44c63938 (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.m45
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],
,
[