2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-19 08:38:14 +10:00

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
This commit is contained in:
zwelch 2009-05-06 08:30:50 +00:00
parent e86dee3200
commit f719306f68

View File

@ -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