Index: trunk/FACT++/src/Configuration.cc
===================================================================
--- trunk/FACT++/src/Configuration.cc	(revision 12825)
+++ trunk/FACT++/src/Configuration.cc	(revision 12826)
@@ -1155,5 +1155,5 @@
     const po::parsed_options parsed_database =
         fDatabase.empty() ? po::parsed_options(&opt_database) :
-#if BOOST_VERSION < 104700
+#if BOOST_VERSION < 104600
         parse_database(path.filename(), fDatabase, opt_database, !checkdb);
 #else
@@ -1332,5 +1332,5 @@
 
     string pname = path.parent_path().string();
-#if BOOST_VERSION < 104700
+#if BOOST_VERSION < 104600
     string fname = path.filename();
 #else
@@ -1426,5 +1426,5 @@
     }
 
-#if BOOST_VERSION < 104700
+#if BOOST_VERSION < 104600
     const std::string n = boost::filesystem::path(fName).filename();
 #else
