]> sigrok.org Git - libsigrok.git/commit
Build: Skip C++ CFLAGS and LIBS check when disabled
authorDaniel Elstner <redacted>
Tue, 18 Aug 2015 15:46:29 +0000 (17:46 +0200)
committerDaniel Elstner <redacted>
Tue, 18 Aug 2015 16:20:50 +0000 (18:20 +0200)
commitda0763d0968c5725d75bddedae6029aab837606b
tree49d607af44c379f17fc3d8e6fafbff99e88c568d
parentb8b727e45f55a91171d52f93ac387784914ffbf1
Build: Skip C++ CFLAGS and LIBS check when disabled

It is not a good idea to invoke PKG_CHECK_MODULES with an empty
list of modules to check, so skip the invocation in that case.
configure.ac