Skip to content

Commit

Permalink
mistaken change to configure.in
Browse files Browse the repository at this point in the history
  • Loading branch information
redbo committed Mar 4, 2011
1 parent 613f025 commit 0770e6e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions configure.in
Expand Up @@ -14,14 +14,6 @@ AC_PROG_INSTALL
AC_PROG_MKDIR_P

# Checks for libraries.
AC_CHECK_LIB(xml2, xmlCreatePushParserCtxt, [], [
echo "ERROR: Unable to find libxml2. Please make sure library and header files are installed."
exit -1
])
AC_CHECK_LIB(xml2, xmlCreatePushParserCtxt, [], [
echo "ERROR: Unable to find libxml2. Please make sure library and header files are installed."
exit -1
])
PKG_CHECK_MODULES(XML, libxml-2.0, , AC_MSG_ERROR('Unable to find libxml2. Please make sure library and header files are installed.'))
PKG_CHECK_MODULES(CURL, libcurl, , AC_MSG_ERROR('Unable to find libcurl. Please make sure library and header files are installed.'))
PKG_CHECK_MODULES(FUSE, fuse, , AC_MSG_ERROR('Unable to find libfuse. Please make sure library and header files are installed.'))
Expand Down

0 comments on commit 0770e6e

Please sign in to comment.