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
159b3371
Commit
159b3371
authored
Oct 06, 2008
by
Chad MILLER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove part of comment for b-g#11122 that is no longer true.
parent
a1e94cc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
configure.in
configure.in
+1
-6
No files found.
configure.in
View file @
159b3371
...
@@ -507,12 +507,7 @@ AC_SUBST(ICHECK)
...
@@ -507,12 +507,7 @@ AC_SUBST(ICHECK)
# Look for PS usage. We use double dollar-signs in FIND_PROC because this
# Look for PS usage. We use double dollar-signs in FIND_PROC because this
# value is written to a makefile, which interprets away one level of
# value is written to a makefile, which interprets away one level of
# dollar-signs. So, interpretation stages are m4 and then shell in autoconf,
# dollar-signs. So, interpretation stages are m4 and then shell in autoconf,
# then Make, then shell .
# then Make, then shell.
#
# We use grep -E Foo space-or-EOL so that we don't falsely match "Foo_safe" .
# Assumption is that if there are parameters, the system represents them using
# space as a seperator. This has the side effect that the matching expression
# does not match itself, and so grep won't self-match.
AC_PATH_PROG
(
PS, ps, ps
)
AC_PATH_PROG
(
PS, ps, ps
)
AC_MSG_CHECKING
(
"how to check if pid exists"
)
AC_MSG_CHECKING
(
"how to check if pid exists"
)
PS
=
$ac_cv_path_PS
PS
=
$ac_cv_path_PS
...
...
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