Changeset 14038 for trunk


Ignore:
Timestamp:
06/02/12 15:39:13 (12 years ago)
Author:
tbretz
Message:
HAS_SQL -> HAVE_SQL
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Configuration.cc

    r13669 r14038  
    335335#include <boost/filesystem.hpp>
    336336
    337 #define HAS_SQL
    338 
    339 #ifdef HAS_SQL
     337#ifdef HAVE_SQL
    340338#include <mysql++/mysql++.h>
    341339#endif
     
    389387//!     - Shell we allow options to be given more than once?
    390388//
    391 #ifdef HAS_SQL
     389#ifdef HAVE_SQL
    392390po::basic_parsed_options<char>
    393391    Configuration::parse_database(const string &prgname, const string &database, const po::options_description& desc, bool allow_unregistered)
Note: See TracChangeset for help on using the changeset viewer.