Changeset 1766


Ignore:
Timestamp:
17/11/11 01:06:40 (6 months ago)
Author:
Freddie Akeroyd
Message:

H5_VERSION macro does not exist on ubuntu! Refs #303

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/napi5.c

    r1762 r1766  
    3434#include "napi5.h" 
    3535 
     36#ifdef H5_VERSION_GE 
    3637#if !H5_VERSION_GE(1,8,0) 
    3738#error HDF5 Version must be 1.8.0 or higher 
     39#endif 
    3840#endif 
    3941 
Note: See TracChangeset for help on using the changeset viewer.