try to fix Red hat bug #89957, do not output -L/usr/lib64 fixed a typo in

* xml2-config.in: try to fix Red hat bug #89957, do not
  output -L/usr/lib64
* xmlreader.c: fixed a typo in a comment
Daniel
diff --git a/NEWS b/NEWS
index 8d907a3..12e6867 100644
--- a/NEWS
+++ b/NEWS
@@ -25,7 +25,7 @@
     (Charles Bozeman), DTD and namespaces (Brent Hendricks), HTML push parser
     and zero bytes handling, some missing Windows file path conversions,
     behaviour of the parser and validator in the presence of "out of memory"
-    error conditions 
+    error conditions
    - extended the API to be able to plug a garbage collecting memory
     allocator, added xmlMallocAtomic() and modified the allocations
     accordingly.