Re: [PATCH 1/1] configure.ac: Properly check for libintl

2019-04-19 Thread Vadim Kochan
usion makes a difference sufficiently to > be understandable by an average Git developer, the resulting commit > will communicate to our future developers the reason why we thought > this was a good change clearly. > > Thanks. Thanks! Should I re-submit patch with title updated v2 ? Regards, Vadim Kochan

[PATCH 1/1] configure.ac: Properly check for libintl

2019-04-17 Thread Vadim Kochan
will cause check to fail if libintl_gettext are needed to be linked with -lintl. Signed-off-by: Vadim Kochan --- configure.ac | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index e0d0da3c0c..be3b55f1cc 100644 --- a/configure.ac