Skip to content

Commit 76e8401

Browse files
committed
- added note
1 parent bb1001f commit 76e8401

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: barrel/show.cc

+4
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ namespace barrel
115115
return "LVM";
116116
}
117117
}
118+
else
119+
{
120+
// TODO
121+
}
118122
}
119123

120124
return "";

Diff for: configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ AC_PATH_PROG([XSLTPROC], [xsltproc], [/usr/bin/xsltproc])
2424
AC_SYS_LARGEFILE
2525

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

2929
AC_SUBST(VERSION)
3030

0 commit comments

Comments
 (0)