diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-01-04 07:51:28 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-01-04 07:51:28 +0000 |
commit | 6cc553b4ef0a05f7d7af76d2e6eda6ff8c8ef76d (patch) | |
tree | 9ac5a0a6f68fdf28861fc21a9da9c2d27f5ad590 /Build/source/configure | |
parent | ed939c48050228b2f793a43ae0dc3a247a1584e1 (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/configure')
-rwxr-xr-x | Build/source/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/configure b/Build/source/configure index 1ae91cdcf19..83313857831 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -1742,7 +1742,7 @@ Optional Packages: --with-system-harfbuzz use installed harfbuzz headers and library (requires pkg-config) --with-system-icu use installed ICU headers and libraries (requires - icu-config, not for XeTeX) + icu-config) --with-system-teckit use installed teckit headers and library --with-teckit-includes=DIR teckit headers installed in DIR @@ -20961,7 +20961,7 @@ $as_echo_n "checking requested system \`graphite2' library... " >&6; } int main () { -int *nMajor, int *nMinor, int *nBugFix; +int *nMajor, *nMinor, *nBugFix; gr_engine_version(nMajor, nMinor, nBugFix); ; return 0; |