diff options
author | Damien Miller <djm@mindrot.org> | 2024-08-15 04:44:17 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2024-08-15 04:44:17 +0200 |
commit | a7c6ea8eebe0f179141ec5dbf0c9e5354417930f (patch) | |
tree | 4ecf45a27f72ab0a272a538a215e295772d3d74f /configure.ac | |
parent | remove gratuitious difference from OpenBSD (diff) | |
download | openssh-a7c6ea8eebe0f179141ec5dbf0c9e5354417930f.tar.xz openssh-a7c6ea8eebe0f179141ec5dbf0c9e5354417930f.zip |
sync TEST_MALLOC_OPTIONS for OpenBSD
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 016c96472..d21b57989 100644 --- a/configure.ac +++ b/configure.ac @@ -1093,7 +1093,7 @@ mips-sony-bsd|mips-sony-newsos4) AC_DEFINE([SSH_TUN_OPENBSD], [1], [Open tunnel devices the OpenBSD way]) AC_DEFINE([SYSLOG_R_SAFE_IN_SIGHAND], [1], [syslog_r function is safe to use in in a signal handler]) - TEST_MALLOC_OPTIONS="AFGJPRX" + TEST_MALLOC_OPTIONS="SJRU" ;; *-*-solaris*) if test "x$withval" != "xno" ; then |