Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
c21dd5f1
Commit
c21dd5f1
authored
Apr 07, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge msdesk.mysql.com:/home/magnus/mysql-5.0-build
into msdesk.mysql.com:/home/magnus/mysql-5.0
parents
b2ff4e9c
ff700f45
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
configure.in
configure.in
+9
-0
No files found.
configure.in
View file @
c21dd5f1
...
...
@@ -351,6 +351,15 @@ then
if
echo
$CXX
|
grep
gcc
>
/dev/null 2>&1
then
GCC_VERSION
=
`
gcc
-v
2>&1 |
grep
version |
sed
-e
's/[[^0-9. ]]//g; s/^ *//g; s/ .*//g'
`
case
$SYSTEM_TYPE
in
*
freebsd
*
)
# The libsupc++ library on freebsd with gcc 3.4.2 is dependent on
# libstdc++, disable it since other solution works fine
GCC_VERSION
=
"NOSUPCPP_
$GCC_VERSION
"
;;
*
)
;;
esac
echo
"Using gcc version '
$GCC_VERSION
'"
case
"
$GCC_VERSION
"
in
3.4.
*
|
3.5.
*
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment