diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-09-14 14:12:40 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-09-15 11:01:39 +0200 |
commit | b0e0ee45d667df1473b47e441a6911dd2b4eadba (patch) | |
tree | 47554ac6c554c4167a9573869b2d37733f9f7836 /configure.ac | |
parent | 871d75e9c2c82d4b3ffbbff80f1dfa7a823e4f3d (diff) |
consistent naming of externals: png -> libpng
Change-Id: I82d95e74318600b390d5add716773c658817e504
Reviewed-on: https://gerrit.libreoffice.org/42296
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3de1c765acf5..e5132ec4c034 100644 --- a/configure.ac +++ b/configure.ac @@ -11266,7 +11266,7 @@ dnl =================================================================== dnl Test whether to build libpng or rely on the system version dnl =================================================================== -libo_CHECK_SYSTEM_MODULE([libpng],[LIBPNG],[libpng],["-I${WORKDIR}/UnpackedTarball/png"],["-L${WORKDIR}/LinkTarget/StaticLibrary -lpng"]) +libo_CHECK_SYSTEM_MODULE([libpng],[LIBPNG],[libpng],["-I${WORKDIR}/UnpackedTarball/libpng"],["-L${WORKDIR}/LinkTarget/StaticLibrary -llibpng"]) dnl =================================================================== dnl Check for runtime JVM search path |