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
3711f519
Commit
3711f519
authored
Mar 25, 2002
by
monty@hundin.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Portability fixes
parent
1b7a55f9
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 @
3711f519
...
@@ -38,7 +38,7 @@ for i in $AVAILABLE_LANGUAGES
...
@@ -38,7 +38,7 @@ for i in $AVAILABLE_LANGUAGES
do
do
AVAILABLE_LANGUAGES_ERRORS
=
"
$AVAILABLE_LANGUAGES_ERRORS
$i
/errmsg.sys"
AVAILABLE_LANGUAGES_ERRORS
=
"
$AVAILABLE_LANGUAGES_ERRORS
$i
/errmsg.sys"
echo
"
$i
/errmsg.sys:
$i
/errmsg.txt
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
>>
$AVAILABLE_LANGUAGES_ERRORS_RULES
done
done
...
@@ -130,14 +130,14 @@ AC_PROG_CPP
...
@@ -130,14 +130,14 @@ AC_PROG_CPP
CC_VERSION
=
`
$CC
--version
`
CC_VERSION
=
`
$CC
--version
`
if
test
$?
-eq
"0"
if
test
$?
-eq
"0"
then
then
AC_MSG_CHECKING
(
"C Compiler version
of
$CC
"
)
;
AC_MSG_CHECKING
(
"C Compiler version"
)
;
AC_MSG_RESULT
(
$CC_VERSION
)
AC_MSG_RESULT
(
"
$CC
$CC_VERSION
"
)
fi
fi
CXX_VERSION
=
`
$CXX
--version
`
CXX_VERSION
=
`
$CXX
--version
`
if
test
$?
-eq
"0"
if
test
$?
-eq
"0"
then
then
AC_MSG_CHECKING
(
"C++ compiler version
of
$CXX
"
)
;
AC_MSG_CHECKING
(
"C++ compiler version"
)
;
AC_MSG_RESULT
(
$CXX_VERSION
)
AC_MSG_RESULT
(
"
$CXX
$CXX_VERSION
"
)
fi
fi
# Fix for sgi gcc / sgiCC which tries to emulate gcc
# 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