diff options
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]) |