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
da7dbde8
Commit
da7dbde8
authored
Sep 15, 2004
by
konstantin@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix warnings reported by aclocal > 1.8 (Underquoted definition of ...)
parent
89b29aa1
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
42 deletions
+42
-42
acinclude.m4
acinclude.m4
+39
-39
configure.in
configure.in
+3
-3
No files found.
acinclude.m4
View file @
da7dbde8
This diff is collapsed.
Click to expand it.
configure.in
View file @
da7dbde8
...
...
@@ -274,7 +274,7 @@ esac
# option, cache_name, variable,
# code to execute if yes, code to exectute if fail
AC_DEFUN
(
AC_SYS_COMPILER_FLAG
,
AC_DEFUN
(
[
AC_SYS_COMPILER_FLAG]
,
[
AC_MSG_CHECKING
(
$1
)
OLD_CFLAGS
=
"[
$]
CFLAGS"
...
...
@@ -297,7 +297,7 @@ AC_DEFUN(AC_SYS_COMPILER_FLAG,
])
# arch, option, cache_name, variable
AC_DEFUN
(
AC_SYS_CPU_COMPILER_FLAG
,
AC_DEFUN
(
[
AC_SYS_CPU_COMPILER_FLAG]
,
[
if
test
"
`
uname
-m
2>/dev/null
`
"
=
"
$1
"
;
then
AC_SYS_COMPILER_FLAG
(
$2
,
$3
,
$4
)
...
...
@@ -305,7 +305,7 @@ AC_DEFUN(AC_SYS_CPU_COMPILER_FLAG,
])
# os, option, cache_name, variable
AC_DEFUN
(
AC_SYS_OS_COMPILER_FLAG
,
AC_DEFUN
(
[
AC_SYS_OS_COMPILER_FLAG]
,
[
if
test
"x
$mysql_cv_sys_os
"
=
"x
$1
"
;
then
AC_SYS_COMPILER_FLAG
(
$2
,
$3
,
$4
)
...
...
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