Changeset 591

Show
Ignore:
Timestamp:
11/11/04 22:37:38 (4 years ago)
Author:
jajcus
Message:

- fail if Expat is not available

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libxode/configure.ac

    r565 r591  
    1313AC_C_BIGENDIAN 
    1414 
    15 AM_PATH_EXPAT 
     15AM_PATH_EXPAT([1.95.1],[],[AC_MSG_ERROR([Expat is required, but not found])]) 
    1616AC_CHECK_FUNC(snprintf,AC_DEFINE(HAVE_SNPRINTF,1,[Define if snprintf function is available])) 
    1717