Re: [PATCH] bash.pc.in: use DEFS

2024-11-13 Thread Chet Ramey
On 11/12/24 10:57 PM, Grisha Levit wrote: If you try using Cflags from the generated pc file, presumably with something like: cc $(pkg-config --cflags bash) -c o myload myload.c the compilation is likely to fail because HAVE_CONFIG_H is not defined. Thanks for the report. -- ``The lyf s

[PATCH] bash.pc.in: use DEFS

2024-11-12 Thread Grisha Levit
If you try using Cflags from the generated pc file, presumably with something like: cc $(pkg-config --cflags bash) -c o myload myload.c the compilation is likely to fail because HAVE_CONFIG_H is not defined. --- support/bash.pc.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff