diff --git a/configure.ac b/configure.ac index 6ba3f0af..e47c2e56 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ AC_CHECK_HEADER([attr/xattr.h],,[AC_MSG_ERROR([You must have attr/xattr.h from l PKG_PROG_PKG_CONFIG GIO_DEPENDENCY="gio-unix-2.0 >= 2.28" -SOUP_DEPENDENCY="libsoup-gnome-2.4 >= 2.34.0" +SOUP_DEPENDENCY="libsoup-2.4 >= 2.34.0" LIBARCHIVE_DEPENDENCY="libarchive >= 2.8.0" PKG_CHECK_MODULES(OT_DEP_GIO_UNIX, $GIO_DEPENDENCY) diff --git a/src/ostree/ostree-pull.c b/src/ostree/ostree-pull.c index 3cf123a2..f8ba1d84 100644 --- a/src/ostree/ostree-pull.c +++ b/src/ostree/ostree-pull.c @@ -22,7 +22,7 @@ #include "config.h" -#include +#include #include "ostree.h" #include "ot-main.h"