[vlc-devel] commit: svg: quick fix for out-of-tree compilation (Olivier Aubert )
    Rémi Denis-Courmont 
    remi at remlab.net
       
    Tue Nov 24 14:40:06 CET 2009
    
    
  
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.
-- 
Rémi Denis-Courmont
    
    
More information about the vlc-devel
mailing list