summaryrefslogtreecommitdiff
path: root/Build/source/libs/graphite2/ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-01-04 07:51:28 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-01-04 07:51:28 +0000
commit6cc553b4ef0a05f7d7af76d2e6eda6ff8c8ef76d (patch)
tree9ac5a0a6f68fdf28861fc21a9da9c2d27f5ad590 /Build/source/libs/graphite2/ac
parented939c48050228b2f793a43ae0dc3a247a1584e1 (diff)
graphite2: Add the required AM_CPP_FLAGS
Fix syntax of the test case for system graphite2 git-svn-id: svn://tug.org/texlive/trunk@28723 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/graphite2/ac')
-rw-r--r--Build/source/libs/graphite2/ac/graphite2.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/libs/graphite2/ac/graphite2.ac b/Build/source/libs/graphite2/ac/graphite2.ac
index 712a81ad974..c48cdc1f5e2 100644
--- a/Build/source/libs/graphite2/ac/graphite2.ac
+++ b/Build/source/libs/graphite2/ac/graphite2.ac
@@ -1,10 +1,10 @@
## libs/graphite2/ac/graphite2.ac: configure.ac fragment for the TeX Live subdirectory libs/graphite2/
dnl
-dnl Copyright (C) 2012 Peter Breitenlohner <tex-live@tug.org>
+dnl Copyright (C) 2012, 2013 Peter Breitenlohner <tex-live@tug.org>
dnl You may freely use, modify and/or distribute this file.
dnl
## basic check of system graphite2
KPSE_TRY_LIB([graphite2],
[#include <graphite2/Font.h>],
- [int *nMajor, int *nMinor, int *nBugFix;
+ [int *nMajor, *nMinor, *nBugFix;
gr_engine_version(nMajor, nMinor, nBugFix);])