chiark
/
gitweb
/
~mdw
/
runlisp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
d258832
)
aclocal: When checking for `environ', don't find `__environ'.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 18 Feb 2006 18:36:06 +0000
(18:36 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 18 Feb 2006 18:36:06 +0000
(18:36 +0000)
We need to check for word boundaries on either side.
aclocal.glob
patch
|
blob
|
blame
|
history
diff --git
a/aclocal.glob
b/aclocal.glob
index a2ab1f6cfea669056d92f741e7037edc51465562..bce4c977bf11017d455b62066035d03f96cd892c 100644
(file)
--- a/
aclocal.glob
+++ b/
aclocal.glob
@@
-102,7
+102,7
@@
dnl is defined as a preprocessor symbol.
AC_DEFUN([mdw_DECL_ENVIRON],
[AC_CACHE_CHECK([for declaration of \`environ'], mdw_cv_environ,
-[AC_EGREP_CPP(
environ
,
+[AC_EGREP_CPP(
[\<environ\>]
,
[#include <sys/types.h>
#if HAVE_UNISTD_H
#include <unistd.h>