I was trying to build dropwatch using Debian libreadline-dev 7.0-5 until I ran into this .pc thing. The comment in configure.ac confused me a bit, and I think we should just delete it?
Thanks,
Peilin Ye
We removed the -lreadline hack for libreadline in commit c18f3d25a94e
("Update configure to fail if readline isn't installed"). Delete the
comment for less confusion.
Hi all,
I was trying to build dropwatch using Debian libreadline-dev 7.0-5 until I ran into this
.pc
thing. The comment inconfigure.ac
confused me a bit, and I think we should just delete it?Thanks, Peilin Ye
We removed the -lreadline hack for libreadline in commit c18f3d25a94e ("Update configure to fail if readline isn't installed"). Delete the comment for less confusion.
Signed-off-by: Peilin Ye peilin.ye@bytedance.com