Re: [PATCH v3] Detect if symbol versioning is supported

2017-08-19 Thread Mark Wielaard
On Fri, Aug 18, 2017 at 03:50:42PM +0200, Ulf Hermann wrote: > If not, throw an error unless symbol versioning was explicitly > disabled. I am not sure supporting systems don't do symbol versioning is a very good thing to do. But since we do (hohum). It does make sense to explicitly check for it.

[PATCH v3] Detect if symbol versioning is supported

2017-08-18 Thread Ulf Hermann
If not, throw an error unless symbol versioning was explicitly disabled. (Reposting rebased patch, as v2 apparently slipped) Signed-off-by: Ulf Hermann --- ChangeLog| 4 configure.ac | 15 +++ 2 files changed, 19 insertions(+) diff --git a/ChangeLog b/ChangeLog index d269