Began some of the PROPFIND mods needed for CalDAV. Mike Shaver is a self-righteous...
[citadel.git] / webcit / configure.ac
index 38b8f218663bbc50e70c14e85cf6977a002cb741..6819bb28a03ad48f3558cec5b3cfec23492aa434 100644 (file)
@@ -252,7 +252,7 @@ dnl Checks for the Expat XML parser.
 AC_CHECK_HEADER(expat.h,
        [AC_CHECK_LIB(expat, XML_ParserCreateNS,
                [
-                       SERVER_LIBS="-lexpat $SERVER_LIBS"
+                       LIBS="-lexpat $LIBS"
                ],
                [
                        AC_MSG_ERROR(The Expat XML parser was not found and is required.  More info: http://www.citadel.org/doku.php/installation:start)