Home | History | Annotate | Download | only in conftools

Lines Matching full:expat

1 dnl Check if --with-expat[=PREFIX] is specified and
2 dnl Expat >= 1.95.0 is installed in the system.
6 dnl If --with-expat has not been specified, set with_expat to 'no'.
8 dnl This is necessary to adapt a whole lot of packages that have expat
11 [ AC_ARG_WITH(expat,
12 [ --with-expat=PREFIX Use system Expat library],
24 AC_CHECK_LIB(expat, XML_ParserCreate,
30 AC_MSG_ERROR([Could not find the Expat library])
34 AC_CHECK_HEADERS(expat.h, , expat_found=no)
36 AC_MSG_ERROR([Could not find expat.h])