[vlc-devel] commit: svg: quick fix for out-of-tree compilation (Olivier Aubert )

jpd at videolan.org jpd at videolan.org
Tue Nov 24 15:30:27 CET 2009


On Tue, Nov 24, 2009 at 02:40:06PM +0100, R??mi Denis-Courmont wrote:
> On Tue, 24 Nov 2009 13:57:09 +0100, jpd at videolan.org wrote:
> > On Tue, Nov 24, 2009 at 01:53:50PM +0100, git version control wrote:
> >> vlc | branch: master | Olivier Aubert <olivier.aubert at liris.cnrs.fr> |
> > [...]
> > [...]
> >>  #ifdef HAVE_CONFIG_H
> >>  # include "config.h"
> >> +#else
> >> +# define N_(str) (str)
> >>  #endif
> > 
> > I rather think that config.h should `just exist' and that if it doesn't
> 
> ...then HAVE_CONFIG_H is not defined so there is no problem.

If you then have to #else, then yes, there probably is a problem. It
shows there is an actual dependency even if you refuse to acknowledge it
in the build system.




More information about the vlc-devel mailing list