]> git.decadent.org.uk Git - nfs-utils.git/commit
configure.ac: do not fail sqlite check when cross-compiling
authorMike Frysinger <vapier@gentoo.org>
Fri, 19 Apr 2013 17:21:47 +0000 (13:21 -0400)
committerSteve Dickson <steved@redhat.com>
Mon, 22 Apr 2013 16:47:20 +0000 (12:47 -0400)
commit61b21276f19a8791464ebf8620b3a40839652259
tree6d8f3dfff8b56a0f67832fdb351fa40c3c10b499
parent37add3662de0339a75d3bed86a4235fc7efaf18d
configure.ac: do not fail sqlite check when cross-compiling

If we're cross-compiling, we can't do a runtime test of sqlite,
so just assume that the user has a good enough version rather
than falling over.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Steve Dickson <steved@redhat.com>
configure.ac