]> andersk Git - gssapi-openssh.git/blobdiff - openssh/configure.ac
merging OPENSSH_5_2P1_SIMON_20090726_HPN13V6 to trunk:
[gssapi-openssh.git] / openssh / configure.ac
index 63029230ece767268e9014a618b0d6e7f0b678d3..afc39b4814d8f307179399a38abe9a54d544feec 100644 (file)
@@ -574,13 +574,6 @@ int main(void) { exit(0); }
            [Use tunnel device compatibility to OpenBSD])
        AC_DEFINE(SSH_TUN_PREPEND_AF, 1,
            [Prepend the address family to IP tunnel traffic])
-       m4_pattern_allow(AU_IPv)
-       AC_CHECK_DECL(AU_IPv4, [], 
-           AC_DEFINE(AU_IPv4, 0, [System only supports IPv4 audit records])
-           [#include <bsm/audit.h>]
-       AC_DEFINE(LASTLOG_WRITE_PUTUTXLINE, 1,
-           [Define if pututxline updates lastlog too])
-       )
        AC_MSG_CHECKING(if we have the Security Authorization Session API)
        AC_TRY_COMPILE([#include <Security/AuthSession.h>],
                [SessionCreate(0, 0);],
@@ -605,6 +598,13 @@ int main(void) { exit(0); }
                fi],
                [AC_MSG_RESULT(no)]
        )
+       m4_pattern_allow(AU_IPv)
+       AC_CHECK_DECL(AU_IPv4, [], 
+           AC_DEFINE(AU_IPv4, 0, [System only supports IPv4 audit records])
+           [#include <bsm/audit.h>]
+       AC_DEFINE(LASTLOG_WRITE_PUTUTXLINE, 1,
+           [Define if pututxline updates lastlog too])
+       )
        ;;
 *-*-dragonfly*)
        SSHDLIBS="$SSHDLIBS -lcrypt"
This page took 0.151057 seconds and 4 git commands to generate.