Skip to content

Commit

Permalink
Merge pull request #108 from aschnell/master
Browse files Browse the repository at this point in the history
- added note
  • Loading branch information
aschnell authored Sep 27, 2024
2 parents b533660 + 76e8401 commit 35c22e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions barrel/show.cc
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ namespace barrel
return "LVM";
}
}
else
{
// TODO
}
}

return "";
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ AC_PATH_PROG([XSLTPROC], [xsltproc], [/usr/bin/xsltproc])
AC_SYS_LARGEFILE

PKG_CHECK_MODULES(XML2, libxml-2.0)
PKG_CHECK_MODULES(JSONC, json-c, [], [AC_MSG_WARN([Cannot find json-c. Please install libjson-c-devel])])
PKG_CHECK_MODULES(JSON_C, json-c, [], [AC_MSG_WARN([Cannot find json-c. Please install libjson-c-devel])])

AC_SUBST(VERSION)

Expand Down

0 comments on commit 35c22e0

Please sign in to comment.