summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <monty@mashka.mysql.fi>2003-03-07 01:00:58 +0200
committerunknown <monty@mashka.mysql.fi>2003-03-07 01:00:58 +0200
commit173a2ca536f1cdef772e44ed2e4a8611247998ce (patch)
tree2c6510164c1daabd81513593ccdf9fcf413109d0 /configure.in
parente89468aa674d4715ae8d8be70284369eff912a32 (diff)
downloadmariadb-git-173a2ca536f1cdef772e44ed2e4a8611247998ce.tar.gz
Portability fix for IBM compiler on AIX
configure.in: Remove duplicated configure line sql-bench/crash-me.sh: Fix for connect test
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 2e28b1d7db4..0854bb67725 100644
--- a/configure.in
+++ b/configure.in
@@ -14,7 +14,6 @@ SHARED_LIB_VERSION=12: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|-.*$||"`
MYSQL_NO_DASH_VERSION=`echo $VERSION | sed -e "s|[[a-z]]*-.*$||"`
MYSQL_BASE_VERSION=`echo $MYSQL_NO_DASH_VERSION | sed -e "s|\.[[^.]]*$||"`
F_PART=`echo $MYSQL_BASE_VERSION | sed -e "s|\.||g"| sed -e "s|[a-zA-Z]\+||"|sed -e "s|^\(..\)$|\\10|"`