summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd/ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-11-10 10:21:57 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-11-10 10:21:57 +0000
commit2caa63d64f99a64f64c8c4a5260477f761052eb4 (patch)
tree600983cab39b43533d73d7bca50bfa616131c10b /Build/source/libs/gd/ac
parent3bb1571e68019ddbc4b3f1206a61a3a9fc55a9b1 (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')
-rw-r--r--Build/source/libs/gd/ac/gd.ac6
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);])