From 69424ca9abd94729693a593a1ceb899d756ffbf7 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 12 May 2004 09:27:59 +0200 Subject: portability/autoconf fixes --- ndb/config/GuessConfig.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ndb/config') diff --git a/ndb/config/GuessConfig.sh b/ndb/config/GuessConfig.sh index d2d8446c704..3caeeaae6d0 100755 --- a/ndb/config/GuessConfig.sh +++ b/ndb/config/GuessConfig.sh @@ -11,6 +11,11 @@ then NDB_SCI=N fi +if [ -z "$NDB_SHM" ] +then + NDB_SHM=N +fi + os=`uname -s` case $os in Linux) -- cgit v1.2.1