diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 10ffb7c16..029d2ead8 100644 --- a/configure.ac +++ b/configure.ac @@ -1051,6 +1051,8 @@ if test "$ac_cv_header_sys_shm_h" = "yes"; then [define if the shared memory interface should be made available]) fi +AM_CONDITIONAL(HAVE_SHM, test "$ac_cv_header_sys_shm_h" = yes) + dnl dnl check whether we have a random device dnl |