mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Remove part of comment for b-g#11122 that is no longer true.
This commit is contained in:
parent
a1e94cc676
commit
159b33719c
1 changed files with 1 additions and 6 deletions
|
|
@ -507,12 +507,7 @@ AC_SUBST(ICHECK)
|
|||
# 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
|
||||
# dollar-signs. So, interpretation stages are m4 and then shell in autoconf,
|
||||
# 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.
|
||||
# then Make, then shell.
|
||||
AC_PATH_PROG(PS, ps, ps)
|
||||
AC_MSG_CHECKING("how to check if pid exists")
|
||||
PS=$ac_cv_path_PS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue