[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

configure --without-swig warns when it shouldn't

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sat, 9 May 2020 16:39:34 +0000

A minor issue in current trunk:

[[[
% …/configure -q --enable-maintainer-mode --without-swig 'RUBY=none'
configure: WARNING: Python.h not found; disabling python swig bindings
]]]

That warning should not be printed when --without-swig is passed.

It's printed by SVN_FIND_SWIG, which _does_ know whether that flag was
passed (it was passed iff «$where = no»), but I'm not sure what the
right fix is.

Cheers,

Daniel
Received on 2020-05-09 18:39:47 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.