summaryrefslogtreecommitdiff
path: root/shmem
diff options
context:
space:
mode:
authordreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2000-12-13 11:09:46 +0000
committerdreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2000-12-13 11:09:46 +0000
commitddc57a9247b6f7369fdc53317ff0eb3afb306a3d (patch)
treed18ea420b7dea7cf78b00546851b9d4ebc352177 /shmem
parentdb69edf8dc57a885fb66fed0f244101701cc4f9a (diff)
downloadlibapr-ddc57a9247b6f7369fdc53317ff0eb3afb306a3d.tar.gz
We need to define this correctly or it's never set and we don't set
the correct values. This caused the tests to fail on BeOS and maybe other systems as well. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60945 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'shmem')
-rw-r--r--shmem/unix/mm/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/shmem/unix/mm/aclocal.m4 b/shmem/unix/mm/aclocal.m4
index 08357b663..74b4a5eef 100644
--- a/shmem/unix/mm/aclocal.m4
+++ b/shmem/unix/mm/aclocal.m4
@@ -395,7 +395,7 @@ else
ac_cv_maxsegsize=0
msg=unknown
fi
-MM_SHM_SEGSIZE=$ac_cv_maxsegsize
+MM_SHM_MAXSEGSIZE=$ac_cv_maxsegsize
test ".$msg" = .unknown && AC_MSG_ERROR([Unable to determine maximum shared memory segment size])
AC_MSG_RESULT([$msg])
AC_DEFINE_UNQUOTED(MM_SHM_MAXSEGSIZE, $MM_SHM_MAXSEGSIZE)