Index: /trunk/FACT++/src/fits2sql.cc
===================================================================
--- /trunk/FACT++/src/fits2sql.cc	(revision 19180)
+++ /trunk/FACT++/src/fits2sql.cc	(revision 19181)
@@ -40,14 +40,6 @@
     po::options_description control("Root to SQL");
     control.add_options()
-        ("uri,u",          var<string>()
-#if BOOST_VERSION >= 104200
-         ->required()
-#endif
-         , "Database link as in\n\tuser:password@server[:port]/database[?compress=0|1].")
-        ("file",           var<string>("")
-#if BOOST_VERSION >= 104200
-         ->required()
-#endif
-         ,           "The root file to read from")
+        ("uri,u",          var<string>()->required(), "Database link as in\n\tuser:password@server[:port]/database[?compress=0|1].")
+        ("file",           var<string>()->required(), "The root file to read from")
         ("create",         po_switch(),               "Create the database if not existing")
         ("drop",           po_switch(),               "Drop the table (implies create)")
Index: /trunk/FACT++/src/root2sql.cc
===================================================================
--- /trunk/FACT++/src/root2sql.cc	(revision 19180)
+++ /trunk/FACT++/src/root2sql.cc	(revision 19181)
@@ -44,14 +44,6 @@
     po::options_description control("Root to SQL");
     control.add_options()
-        ("uri,u",          var<string>()
-#if BOOST_VERSION >= 104200
-         ->required()
-#endif
-         , "Database link as in\n\tuser:password@server[:port]/database[?compress=0|1].")
-        ("file",           var<string>("")
-#if BOOST_VERSION >= 104200
-         ->required()
-#endif
-         ,           "The root file to read from")
+        ("uri,u",          var<string>()->required(), "Database link as in\n\tuser:password@server[:port]/database[?compress=0|1].")
+        ("file",           var<string>()->required(), "The root file to read from")
         ("create",         po_switch(),               "Create the database if not existing")
         ("drop",           po_switch(),               "Drop the table (implies create)")
