From 2caa63d64f99a64f64c8c4a5260477f761052eb4 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Tue, 10 Nov 2009 10:21:57 +0000 Subject: towards TL2010: libs/ git-svn-id: svn://tug.org/texlive/trunk@15957 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/libs/gd/ac/gd.ac | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Build/source/libs/gd/ac') 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 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 ], + [gdImageCreate(1, 2);]) -- cgit v1.2.3