]> git.gag.com Git - fw/openocd/commit
configure.ac: add libutil to the dependency list
authorAntonio Borneo <borneo.antonio@gmail.com>
Thu, 5 Nov 2020 08:54:11 +0000 (09:54 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 7 Nov 2020 20:53:01 +0000 (20:53 +0000)
commitc2311cc18f0c432781c0c7d51252b2f5459e1d79
tree09215c9dca7d677fd23a0a6acda4843e735b0dc7
parent535f5309ba1277479d44f471655bf722e32fbb6b
configure.ac: add libutil to the dependency list

Jimtcl 0.80 (2020-10-29) adds dependency to libutil, which is part
of the GNU libc.
The library is searched and used by jimtcl build, but still has to
be linked in by OpenOCD as indirect dependency.

While OpenOCD is still using jimtcl 0.79, let's prepare to switch
to the next version.
Add libutil search in configure.ac.

Change-Id: I5a8952161b0e5b93fc00d23be256b5274d31e08c
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5922
Tested-by: jenkins
Reviewed-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com>
configure.ac