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

Add AC_HEADER_ASSERT macro to configure; provides --disable-assert option.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1698 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent bf25d3ed
Branches
No related tags found
No related merge requests found
...@@ -18,6 +18,7 @@ AC_CHECK_HEADERS(sys/param.h) ...@@ -18,6 +18,7 @@ AC_CHECK_HEADERS(sys/param.h)
AC_CHECK_HEADERS(sys/time.h) AC_CHECK_HEADERS(sys/time.h)
AC_CHECK_HEADERS(sys/select.h) AC_CHECK_HEADERS(sys/select.h)
AC_HEADER_ASSERT
AC_HEADER_STDBOOL AC_HEADER_STDBOOL
AC_HEADER_TIME AC_HEADER_TIME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment