This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] use python-config if available


> The patch is fine with me.
> [The plan wasn't to shift and call the "real" python-config ... at the
> time there was no real python-config for cross builds.]
> 
> One typo: should be ${python_config}
> 
> -        AC_ERROR(failure running python-config --exec-prefix)
> +        AC_ERROR(failure running ${python-config} --exec-prefix)

Can we make this new behavior optional? The "real" python-config
is broken for several platforms, and having our own that we can
control was very convenient.

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]