--- 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. ore
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sd/util
AgeCommit message (Expand)Author
2023-09-23tdf#105303: Drop html export wizardXisco Fauli
2023-01-26no need for sd::ModuleController to load these factories via UNONoel Grandin
2023-01-24[API CHANGE] remove service sd::framework::ModuleControllerNoel Grandin
2023-01-24[API CHANGE] remove service sd::framework::ConfigurationControllerNoel Grandin
2023-01-23[API CHANGE] sd::frame::Configuration does not need to be an UNO serviceNoel Grandin
2023-01-20[API CHANGE] remove unused SlideSorterServiceNoel Grandin
2023-01-20[API CHANGE] PresenterTextView UNO service is deadNoel Grandin
2023-01-20[API CHANGE] no need to load PresentationFactoryProvider via UNO and/or configNoel Grandin
2022-09-14merge sdfilt library into sdNoel Grandin
2020-07-26sd: create instances with uno constructorsNoel Grandin
2020-01-14prefix is unused when all implementations have constructorsStephan Bergmann
2017-07-21sd pptm: Add a separate PPTM filter.Jan Holesovsky