diff options
author | svoj@mysql.com <> | 2005-06-22 16:29:21 +0500 |
---|---|---|
committer | svoj@mysql.com <> | 2005-06-22 16:29:21 +0500 |
commit | c275bde204f69ae4cd3e58932594114714968051 (patch) | |
tree | b298a4fc26c8db691ff436e7c6441cb20815a222 /configure.in | |
parent | 975cbd82c0f824b27b022494f1751d239d116788 (diff) | |
download | mariadb-git-c275bde204f69ae4cd3e58932594114714968051.tar.gz |
Better AR guessing.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/configure.in b/configure.in index bed47ce279f..ae26a0c44df 100644 --- a/configure.in +++ b/configure.in @@ -354,15 +354,7 @@ then [1], [Defined by configure. Use explicit template instantiation.]) fi -case $CXX_VERSION in - MIPSpro*) - AR=$CXX - ARFLAGS="-ar -o" - ;; - *Forte*) - AR=$CXX - ARFLAGS="-xar -o" -esac +MYSQL_PROG_AR # Avoid bug in fcntl on some versions of linux AC_MSG_CHECKING("if we should use 'skip-locking' as default for $target_os") |