Add text() and node() tokens in the lexer to allow node test and
[SXSI/xpathcomp.git] / configure
index 4e72824..e53f053 100755 (executable)
--- a/configure
+++ b/configure
@@ -42,10 +42,10 @@ let libs_L = [
 
 (* Order is relevant *)
 let libs_l = [
-     "-lXMLTree"
+     "-lXMLTree";
      "-lTextCollection";
      "-lbp";
-     "-lcds";
+     "-lcds"
 ]
 
 let _,ocamlI,_ = Conf.exec "ocamlc -where";;