Add text() and node() tokens in the lexer to allow node test and
[SXSI/xpathcomp.git] / configure
index f0540b7..e53f053 100755 (executable)
--- a/configure
+++ b/configure
@@ -22,7 +22,6 @@ Conf.check "bp" (Conf.absolute) ("%s/../bp/libbp.a") (Sys.file_exists);;
 Conf.check "libcds" (Conf.absolute) ("%s/../libcds/lib/libcds.a") (Sys.file_exists);;
 Conf.check "XMLTree" (Conf.absolute) ("%s/../XMLTree/libXMLTree.a") (Sys.file_exists);;
 Conf.check "TextCollection" (Conf.absolute) ("%s/../TextCollection/libTextCollection.a") (Sys.file_exists);;
-Conf.check "Grammar" (Conf.absolute) ("%s/../Grammar/libGrammar.a") (Sys.file_exists);;
 
 
 let libs_I= [
@@ -30,7 +29,6 @@ let libs_I= [
     Conf.absolute "-I%s/../libcds/includes";
     Conf.absolute "-I%s/../XMLTree";
     Conf.absolute "-I%s/../TextCollection";
-    Conf.absolute "-I%s/../Grammar";
     Conf.absolute "-I%s/..";
      ]
 
@@ -39,13 +37,11 @@ let libs_L = [
     Conf.absolute "-L%s/../libcds/lib";
     Conf.absolute "-L%s/../XMLTree";
     Conf.absolute "-L%s/../TextCollection";
-    Conf.absolute "-L%s/../Grammar";
     Conf.absolute "-L%s/..";
    ]
 
 (* Order is relevant *)
 let libs_l = [
-     "-lGrammar";
      "-lXMLTree";
      "-lTextCollection";
      "-lbp";