summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2024-08-15 04:44:17 +0200
committerDamien Miller <djm@mindrot.org>2024-08-15 04:44:17 +0200
commita7c6ea8eebe0f179141ec5dbf0c9e5354417930f (patch)
tree4ecf45a27f72ab0a272a538a215e295772d3d74f /configure.ac
parentremove gratuitious difference from OpenBSD (diff)
downloadopenssh-a7c6ea8eebe0f179141ec5dbf0c9e5354417930f.tar.xz
openssh-a7c6ea8eebe0f179141ec5dbf0c9e5354417930f.zip
sync TEST_MALLOC_OPTIONS for OpenBSD
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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