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
407d0ead
Commit
407d0ead
authored
Mar 25, 2002
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Portability fixes
parent
8bf5ad42
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
configure.in
configure.in
+5
-5
No files found.
configure.in
View file @
407d0ead
...
...
@@ -38,7 +38,7 @@ for i in $AVAILABLE_LANGUAGES
do
AVAILABLE_LANGUAGES_ERRORS
=
"
$AVAILABLE_LANGUAGES_ERRORS
$i
/errmsg.sys"
echo
"
$i
/errmsg.sys:
$i
/errmsg.txt
\$
(top_builddir)/extra/comp_err
$i
/errmsg.txt
$i
/errmsg.sys"
\
\$
(top_builddir)/extra/comp_err
\$
^
$i
/errmsg.sys"
\
>>
$AVAILABLE_LANGUAGES_ERRORS_RULES
done
...
...
@@ -130,14 +130,14 @@ AC_PROG_CPP
CC_VERSION
=
`
$CC
--version
`
if
test
$?
-eq
"0"
then
AC_MSG_CHECKING
(
"C Compiler version
of
$CC
"
)
;
AC_MSG_RESULT
(
$CC_VERSION
)
AC_MSG_CHECKING
(
"C Compiler version"
)
;
AC_MSG_RESULT
(
"
$CC
$CC_VERSION
"
)
fi
CXX_VERSION
=
`
$CXX
--version
`
if
test
$?
-eq
"0"
then
AC_MSG_CHECKING
(
"C++ compiler version
of
$CXX
"
)
;
AC_MSG_RESULT
(
$CXX_VERSION
)
AC_MSG_CHECKING
(
"C++ compiler version"
)
;
AC_MSG_RESULT
(
"
$CXX
$CXX_VERSION
"
)
fi
# Fix for sgi gcc / sgiCC which tries to emulate gcc
...
...
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