Browse Source

Use -lexpat for expat instead -lxml2

Serj Kalichev 12 years ago
parent
commit
fdcafcc239
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -174,7 +174,7 @@ if test "$xml_backend" = "expat" -o "$xml_backend" = "auto"; then
         AC_MSG_WARN([--with-expat=DIR is probably broken, just trying])
         XML_LDFLAGS="-L${use_expat}/lib"
         XML_CFLAGS="-I${use_expat}/include"
-        XML_LIBS="-lxml2"
+        XML_LIBS="-lexpat"
         AC_MSG_CHECKING([for expat support])
         AC_MSG_RESULT([yes])
         AC_MSG_NOTICE([headers for expat hopefully in ${use_expat}/include])