Index: /trunk/FACT++/src/Configuration.cc
===================================================================
--- /trunk/FACT++/src/Configuration.cc	(revision 14037)
+++ /trunk/FACT++/src/Configuration.cc	(revision 14038)
@@ -335,7 +335,5 @@
 #include <boost/filesystem.hpp>
 
-#define HAS_SQL
-
-#ifdef HAS_SQL
+#ifdef HAVE_SQL
 #include <mysql++/mysql++.h>
 #endif
@@ -389,5 +387,5 @@
 //!     - Shell we allow options to be given more than once?
 //
-#ifdef HAS_SQL
+#ifdef HAVE_SQL
 po::basic_parsed_options<char>
     Configuration::parse_database(const string &prgname, const string &database, const po::options_description& desc, bool allow_unregistered)
