enable use_shmopen only for Linux

This commit is contained in:
Vincent Wei
2020-09-29 17:26:44 +08:00
parent 70255521f8
commit 7baf414d73

View File

@@ -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])
;;