diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-20 08:07:15 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-20 08:07:15 +0000 |
commit | b89093a4be8467433b6dbabfa09b57e213a53fe0 (patch) | |
tree | 6f4fb6eecce8905febf68c34d5926699790466e1 /Build/source/libs/libpng/ac/libpng.ac | |
parent | 10d837d22d7d99b26f44847f92501f6037da4ec2 (diff) |
new build system
git-svn-id: svn://tug.org/texlive/trunk@12451 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/libpng/ac/libpng.ac')
-rw-r--r-- | Build/source/libs/libpng/ac/libpng.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/libs/libpng/ac/libpng.ac b/Build/source/libs/libpng/ac/libpng.ac new file mode 100644 index 00000000000..009eb29cd33 --- /dev/null +++ b/Build/source/libs/libpng/ac/libpng.ac @@ -0,0 +1,3 @@ +## libs/libpng/ac/libpng.ac +## define required functions and headers from system libpng +KPSE_CHECK_LIB([libpng], [png_set_read_fn], [png.h]) |