diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-27 09:51:14 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-27 09:51:14 +0000 |
commit | 030ac93ac520631dcf2cbe20591fe6031c42b24a (patch) | |
tree | cd9783b3141875c93afff7c2698e854427b85556 /Build/source/libs/graphite | |
parent | 906ce7f27518260132771f3d1a4243ead37e9efd (diff) |
new build system: minor cleanup
git-svn-id: svn://tug.org/texlive/trunk@12527 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/graphite')
-rw-r--r-- | Build/source/libs/graphite/ac/graphite.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/libs/graphite/ac/graphite.ac b/Build/source/libs/graphite/ac/graphite.ac index 2fd071f2f0a..8f6a683247c 100644 --- a/Build/source/libs/graphite/ac/graphite.ac +++ b/Build/source/libs/graphite/ac/graphite.ac @@ -1,3 +1,3 @@ ## libs/graphite/ac/graphite.ac ## define required functions and headers from system graphite -KPSE_CHECK_LIB([graphite], [free], [graphite/GrClient.h]) +KPSE_CHECK_LIBXX([graphite], [free], [graphite/GrClient.h]) |