]> arthur.barton.de Git - bup.git/commit
configure: fix readline.h detection
authorJohannes Berg <johannes@sipsolutions.net>
Sun, 24 Jan 2021 20:22:32 +0000 (21:22 +0100)
committerRob Browning <rlb@defaultvalue.org>
Sun, 18 Apr 2021 17:27:10 +0000 (12:27 -0500)
commita624c55c57c075cc83a35a575fd64fdef345c1f7
tree0f1a3779322ddb7e44572c8752a1cc95424fe669
parent77a4b4ea41fdebdce653775ce7c588cdeda0ec82
configure: fix readline.h detection

Unfortunately, readline.h requires stdio.h to be included first,
except where it has been patched (e.g. Debian). Do that in the
configure script so we correctly detect readline.h on systems
that have an unpatched readline version.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
config/configure