]> git.ipfire.org Git - thirdparty/lldpd.git/commit
configure: detect libedit without pkg-config
authorVincent Bernat <bernat@luffy.cx>
Sat, 5 Jan 2013 15:59:41 +0000 (16:59 +0100)
committerVincent Bernat <bernat@luffy.cx>
Sat, 5 Jan 2013 15:59:41 +0000 (16:59 +0100)
commit68e3821232717a19906a207b1a5098db2c1f3e48
treeb1ebdacf90ecf2af84edc6734066889af08e16a9
parent40d50aa35cbba7b50f3221495e43822eb8cb0631
configure: detect libedit without pkg-config

BSD comes with libedit shipped and without pkg-config being able to
detect it. Fallback to manual detection of the headers and check if we
can compile a program with it.
configure.ac
m4/libedit.m4 [new file with mode: 0644]