Make include of config_liberasurecode.h conditonal. Have been expermenting with using cmake to build the project and cmake does not generate the config_liberasurecode.h file.

This commit is contained in:
Eric Lambert 2014-11-08 08:31:34 -08:00
parent 413c6605dd
commit 2798a65d81
1 changed files with 2 additions and 0 deletions

View File

@ -25,7 +25,9 @@
#ifndef _ERASURECODE_STDINC_H_
#define _ERASURECODE_STDINC_H_
#ifndef _EXCLUDE_LIBERASURE_CODE_H_
#include "config_liberasurecode.h"
#endif
#include "erasurecode_log.h"
#ifdef HAVE_SYSLOG_H