Skip to content

Commit

Permalink
Merge branch 'bareos-15.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Dec 4, 2015
2 parents fc47037 + fb77502 commit b088441
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion autoconf/configure.in
Expand Up @@ -3129,7 +3129,7 @@ if test "x${with_jansson_directory}" != "xyes" && test x"${with_jansson_director
else
if test x$with_jansson_directory = xyes || test x"${with_jansson_directory}" = "x" && $PKGCONFIG jansson; then
have_jansson=yes
JANSSON_INC=`$PKGCONFIG --cflags janson`
JANSSON_INC=`$PKGCONFIG --cflags jansson`
JANSSON_LIBS=`$PKGCONFIG --libs jansson`
fi
fi
Expand Down
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -30684,7 +30684,7 @@ if test "x${with_jansson_directory}" != "xyes" && test x"${with_jansson_director
else
if test x$with_jansson_directory = xyes || test x"${with_jansson_directory}" = "x" && $PKGCONFIG jansson; then
have_jansson=yes
JANSSON_INC=`$PKGCONFIG --cflags janson`
JANSSON_INC=`$PKGCONFIG --cflags jansson`
JANSSON_LIBS=`$PKGCONFIG --libs jansson`
fi
fi
Expand Down
2 changes: 1 addition & 1 deletion src/cats/update_bareos_tables.in
Expand Up @@ -170,7 +170,7 @@ do

if [ ${retval} != 0 ]; then
echo "Failed to upgrade database schema from version ${start_version} to ${end_version}"
break;
exit ${retval}
fi
done

Expand Down

0 comments on commit b088441

Please sign in to comment.