]> sigrok.org Git - libsigrok.git/commit
configure.ac: Don't duplicate driver name.
authorUwe Hermann <redacted>
Mon, 8 Sep 2014 21:09:05 +0000 (23:09 +0200)
committerUwe Hermann <redacted>
Mon, 8 Sep 2014 21:53:42 +0000 (23:53 +0200)
commit416de3ba0576147e14fe0b77106f96339e177d65
tree7441efb791ce5ee1a9650d2714f577fb945917fb
parent331f56543a10dddf261ab1208ed5c28ad418463a
configure.ac: Don't duplicate driver name.

The AC_DEFINEs don't need any driver names really, those only end up
as code comments in config.h and are otherwise useless. Thus, don't
duplicate them, we already have the driver names in DRIVER().
configure.ac