rl_event_hook detection
authorTimur I. Bakeyev <timur@com.bat.ru>
Sun, 7 Jun 2009 12:00:22 +0000 (12:00 +0000)
committerStefan Metzmacher <metze@samba.org>
Mon, 8 Jun 2009 11:20:51 +0000 (13:20 +0200)
commitc41a12f8ba75f0d3fce336ee1f779391782413db
tree043e7588679a396c1e59d9d6a91955c892f91386
parent029e8e6314e4d13dd5321f6b0a3f761918a40f64
rl_event_hook detection

This patch is relevant for Samba4 source mostly. The way, how readline
compiled under FreeBSD makes it require stdio.h to get all the necessary
declarations. Without this addition rl_event_hook is not properly detected.

With regards,
Timur Bakeyev.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source4/lib/smbreadline/readline.m4