Skip to content
Snippets Groups Projects
Commit f719306f authored by zwelch's avatar zwelch
Browse files

Fix enviorn configure test failure message (thanks to Anders Montonen).

git-svn-id: svn://svn.berlios.de/openocd/trunk@1612 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent e86dee32
No related branches found
No related tags found
No related merge requests found
......@@ -811,7 +811,7 @@ int main(int argc, char **argv) { char **ep = environ; }
])
if test "${has_environ}" != "yes" ; then
AC_MSG_FAILURE([Could find 'environ' in unistd.h or available libraries.])
AC_MSG_FAILURE([Could not find 'environ' in unistd.h or available libraries.])
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment