Hello Alex,

* Alex Turbov wrote on Wed, Nov 25, 2009 at 09:28:10PM CET:
> m4_include(check-headers.m4)
> AC_CHECK_HEADERS([USED_C_HEADERS_LIST],,AC_MSG_ERROR([You need to have
> the libc and system headers installed]))

Aside, you should put m4 quotes around the third argument:
  AC_CHECK_HEADERS([USED_C_HEADERS_LIST],,
                   [AC_MSG_ERROR([You need to have the libc and system headers 
installed])])

Cheers,
Ralf

> dnl C header files:
> m4_define([USED_C_HEADERS_LIST], [fcntl.h float.h memory.h math.h
> stdio.h stdlib.h assert.h])


Reply via email to