--- configure.ac 2017-02-13 14:34:06.983449082 +0100 +++ configure.ac 2017-02-13 15:36:50.944653536 +0100 @@ -355,7 +355,14 @@ # Checking for libgpg-error. -AM_PATH_GPG_ERROR(1.17,, AC_MSG_ERROR([libgpg-error was not found])) +if test "${GPG_ERROR_CFLAGS+set}" != "set"; then + AM_PATH_GPG_ERROR(1.17,, AC_MSG_ERROR([libgpg-error was not found])) +else + GPG_ERROR_CFLAGS="$GPG_ERROR_CFLAGS" + GPG_ERROR_LIBS="$GPG_ERROR_LIBS" + AC_SUBST(GPG_ERROR_CFLAGS) + AC_SUBST(GPG_ERROR_LIBS) +fi # # Checks for library functions. '/cgit/'>index : lo/translations
LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-03-16 13:06:23 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-03-16 13:13:05 +0100
commit7b4a46ae144ea71701de6d479c3c6ef74610e52c (patch)
tree0aefd8da90d0a9216362380e3547da0baada4a69
parent610e3f90e150d90bd5305f53d5e39f111f197d4f (diff)
update translations for master
and force-fix errors using pocheck Change-Id: I71b810540431152e930de7cfd52e82fb3352603c
Diffstat