68f2d1f cfg.mk: Don't require bindtextdomain directly

Authored and Committed by mprivozn 11 years ago
1 file changed. 2 lines added. 2 lines removed.
    cfg.mk: Don't require bindtextdomain directly
    
    With current implementation, all binaries that need it call
    bindtextdomain but not directly. They call a helper function
    instead.  This makes, however, syntax-check fail as it cannot
    recognize it.
    
    Original patch proposed by Eric Blake <eblake@redhat.com>
    
        
file modified
+2 -2