Browse code

bb #9302: quick fix for auto-detection of libxml2 in /usr/local

David Raynor authored on 2013/11/01 01:54:34
Showing 1 changed files
... ...
@@ -674,7 +674,7 @@ if test "$want_xml" != "no"; then
674 674
   fi
675 675
   ], [
676 676
   XML_HOME=/usr/local
677
-  if test ! -f "$XML_HOME/include/libxml/xmlreader.h"
677
+  if test ! -f "$XML_HOME/include/libxml2/libxml/xmlreader.h"
678 678
   then
679 679
     XML_HOME=/usr
680 680
   fi