diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:21:57 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:21:57 +0000 |
commit | 2caa63d64f99a64f64c8c4a5260477f761052eb4 (patch) | |
tree | 600983cab39b43533d73d7bca50bfa616131c10b /Build/source/libs/gd/ac/gd.ac | |
parent | 3bb1571e68019ddbc4b3f1206a61a3a9fc55a9b1 (diff) |
towards TL2010: libs/
git-svn-id: svn://tug.org/texlive/trunk@15957 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/gd/ac/gd.ac')
-rw-r--r-- | Build/source/libs/gd/ac/gd.ac | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/libs/gd/ac/gd.ac b/Build/source/libs/gd/ac/gd.ac index 6b297620e9f..cad15d9c264 100644 --- a/Build/source/libs/gd/ac/gd.ac +++ b/Build/source/libs/gd/ac/gd.ac @@ -3,5 +3,7 @@ dnl dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> dnl You may freely use, modify and/or distribute this file. dnl -## define required functions and headers from system gd -KPSE_CHECK_LIB([gd], [gdImageCreate], [gd.h]) +## basic check of system gd +KPSE_TRY_LIB([gd], + [#include <gd.h>], + [gdImageCreate(1, 2);]) |