summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd/ac/gd.ac
blob: cad15d9c264304478697adf9df2799e339f4f6fd (plain)
1
2
3
4
5
6
7
8
9
## libs/gd/ac/gd.ac: configure.ac fragment for the TeX Live subdirectory libs/gd/
dnl
dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
dnl You may freely use, modify and/or distribute this file.
dnl
## basic check of system gd
KPSE_TRY_LIB([gd],
             [#include <gd.h>],
             [gdImageCreate(1, 2);])