Changeset 296

Show
Ignore:
Timestamp:
02/22/08 06:46:03 (9 months ago)
Author:
rm
Message:

undef HAVE_CONFIG_H so that we don't get redef errors

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thrudex/src/UpdateFilter.h

    r293 r296  
    11#ifndef __UPDATE_FILTER_H__ 
    22#define __UPDATE_FILTER_H__ 
     3 
     4/* hack to work around thrift and log4cxx installing config.h's */ 
     5#undef HAVE_CONFIG_H 
    36 
    47#include <CLucene.h>