Skip to content
Snippets Groups Projects
Commit ea537ee1 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Update could not link pthread error message to "could not locate"

parent f027d2c3
No related branches found
No related tags found
No related merge requests found
......@@ -1353,7 +1353,7 @@ int main(argc, argv)
CPPFLAGS="$save_CPPFLAGS"
LIBS="$save_LIBS"
else
AC_MSG_ERROR([could not link with POSIX Threads])
AC_MSG_ERROR([could not locate usable POSIX Threads])
fi
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