configure.ac: exit if libhif's cmake fails
Closes: #371 Approved by: cgwalters
This commit is contained in:
parent
8c76381a97
commit
ff5dee43fb
@ -130,7 +130,7 @@ dnl arbitrary path - we don't actually install there.
|
||||
-DSYSCONF_INSTALL_DIR:PATH=/usr/libexec/rpm-ostree/etc \
|
||||
-DSHARE_INSTALL_PREFIX:PATH=/usr/libexec/rpm-ostree/share \
|
||||
-DBUILD_SHARED_LIBS:BOOL=ON \
|
||||
${cmake_args} ../libhif)
|
||||
${cmake_args} ../libhif) || exit 1
|
||||
|
||||
AC_CONFIG_FILES([
|
||||
Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user