]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Recognize AIX, define TARGET_AIX
authorGert Doering <gd@medat.de>
Tue, 10 Jun 2014 14:04:30 +0000 (16:04 +0200)
committerGert Doering <gert@greenie.muc.de>
Mon, 7 Jul 2014 17:52:48 +0000 (19:52 +0200)
commit42f13dc03c12805b994ea67fe77c9cb9dd55c10d
tree60100d76f47b51329cfb7748a7730eb40072f6c0
parente6b5755c381923bb4d225bda1f1747415a29341d
Recognize AIX, define TARGET_AIX

force "have_tap_header=yes", as configure won't like AIX headers otherwise
(no tun related headers, just <net/if_tap.h>).

force ROUTE to be "/usr/sbin/route" - not executable by non-root users, so
configure testing for executables will not find it

force "ac_cv_header_net_if_h=no", because AIX' <net/if.h> pulls in AIX'
<net/route.h>, which #defines ROUTE_H, disabling our "route.h"... (and
we don't need <net/if.h> on AIX anyway)

Signed-off-by: Gert Doering <gd@medat.de>
Acked-by: Arne Schwabe <arne@rfc2549.org>
Message-Id: <1402409073-54067216-2-git-send-email-gert@greenie.muc.de>
URL: http://article.gmane.org/gmane.network.openvpn.devel/8787
Signed-off-by: Gert Doering <gert@greenie.muc.de>
configure.ac