From 7baf414d73ff094544e78bb2a2ec661be0337c14 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Tue, 29 Sep 2020 17:26:44 +0800 Subject: [PATCH] enable use_shmopen only for Linux --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 2afa6298..ea02592f 100644 --- a/configure.ac +++ b/configure.ac @@ -1621,6 +1621,7 @@ case "$with_osname" in *) with_osname="linux" osname="Linux" + use_shmopen="yes" AC_DEFINE(__LINUX__, 1, [Define if compile for Linux]) ;;