summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <df@pippilotta.erinye.com>2007-12-11 17:41:11 +0100
committerunknown <df@pippilotta.erinye.com>2007-12-11 17:41:11 +0100
commit86b705c61eb53cb783f2617b6d1cc9061b55923a (patch)
treeff14216741207b73f3bd0ee8b192e9bd263206b9 /configure.in
parent5d3d4a4187701887c8afe4fe0b111cc13cec5978 (diff)
parent59d90cdeee80a6466520924c4458adb7ac10cf0f (diff)
downloadmariadb-git-86b705c61eb53cb783f2617b6d1cc9061b55923a.tar.gz
Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1 configure.in: merge fix
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index b6dd6e29509..1ad79c398fb 100644
--- a/configure.in
+++ b/configure.in
@@ -20,6 +20,7 @@ SHARED_LIB_MAJOR_VERSION=16
SHARED_LIB_VERSION=$SHARED_LIB_MAJOR_VERSION:0:0
NDB_SHARED_LIB_MAJOR_VERSION=3
NDB_SHARED_LIB_VERSION=$NDB_SHARED_LIB_MAJOR_VERSION:0:0
+
# Set all version vars based on $VERSION. How do we do this more elegant ?
# Remember that regexps needs to quote [ and ] since this is run through m4
MYSQL_NO_DASH_VERSION=`echo $VERSION | sed -e "s|[[a-z]]*-.*$||"`