aboutsummaryrefslogtreecommitdiff
path: root/pk/pk.ac
blob: cc1828d9a65b1df5d0012ca525ca81e1d2a1509f (plain)
1
2
3
4
5
6
# See LICENSE for license details.

AC_ARG_ENABLE([vm], AS_HELP_STRING([--disable-vm], [Disable virtual memory]))
AS_IF([test "x$enable_vm" != "xno"], [
  AC_DEFINE([PK_ENABLE_VM],,[Define if virtual memory support is enabled])
])