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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
3515e799
Commit
3515e799
authored
Jun 18, 2004
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure.in:
Fix typo. configure.in: Fix typo.
parent
94f36589
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
configure.in
configure.in
+2
-2
No files found.
configure.in
View file @
3515e799
...
@@ -521,7 +521,7 @@ fi
...
@@ -521,7 +521,7 @@ fi
AC_SUBST
(
CHECK_PID
)
AC_SUBST
(
CHECK_PID
)
AC_MSG_RESULT
(
"
$CHECK_PID
"
)
AC_MSG_RESULT
(
"
$CHECK_PID
"
)
# We need a ANSI C compiler
# We need a
n
ANSI C compiler
AM_PROG_CC_STDC
AM_PROG_CC_STDC
# We need an assembler, too
# We need an assembler, too
...
@@ -529,7 +529,7 @@ AM_PROG_AS
...
@@ -529,7 +529,7 @@ AM_PROG_AS
if
test
"
$am_cv_prog_cc_stdc
"
=
"no"
if
test
"
$am_cv_prog_cc_stdc
"
=
"no"
then
then
AC_MSG_ERROR
([
MySQL requires a ANSI C compiler
(
and a C++ compiler
)
.
Try gcc. See the Installation chapter
in
the Reference Manual.]
)
AC_MSG_ERROR
([
MySQL requires a
n
ANSI C compiler
(
and a C++ compiler
)
.
Try gcc. See the Installation chapter
in
the Reference Manual.]
)
fi
fi
NOINST_LDFLAGS
=
NOINST_LDFLAGS
=
...
...
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