]> sigrok.org Git - libsigrok.git/commit
configure.ac: put spaces around version operators in pkg-config requires
authorGerhard Sittig <redacted>
Sat, 18 Mar 2023 21:17:01 +0000 (22:17 +0100)
committerGerhard Sittig <redacted>
Sat, 18 Mar 2023 21:20:37 +0000 (22:20 +0100)
commit14bf3f27686cdda82f93386fae567e6672774c0e
treea2c9c9b65023874d08409dfe9caefeb474d8b588
parentb0b139d914b93ef914c1cefe2b840328b0d8fbf1
configure.ac: put spaces around version operators in pkg-config requires

Putting a library name and its version as one bare word on the Requires:
line without spaces around the operators makes application builds fail
because the library isn't found. This amends commit b0b139d914b9.
configure.ac