]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: move readline check into its own macro
authorEric Blake <eblake@redhat.com>
Thu, 2 May 2013 02:54:57 +0000 (20:54 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 7 Oct 2013 14:35:57 +0000 (08:35 -0600)
commitd6eac3f377df95a2b44537da03bfde79c6c587aa
tree87aa36dba80d33609b3865bc5901eab5a03907ee
parent3fde7ad894fe90bd3a9d28dd279091bffc0347c7
build: move readline check into its own macro

A future patch will allow disabling readline; doing this in an
isolated file instead of configure.ac will make the task easier.

* configure.ac: Move readline code...
* m4/virt-readline.m4: ...here.

Signed-off-by: Eric Blake <eblake@redhat.com>
configure.ac
m4/virt-readline.m4 [new file with mode: 0644]