summaryrefslogtreecommitdiff
path: root/Build/source/libs/potrace/ac/potrace.ac
blob: d40257d116808d950cf43d903714d3a07fe3f297 (plain)
1
2
3
4
5
6
7
8
9
10
11
## libs/potrace/ac/potrace.ac: configure.ac fragment for the TeX Live subdirectory libs/potrace/
dnl
dnl Copyright (C) 2013 Peter Breitenlohner <tex-live@tug.org>
dnl You may freely use, modify and/or distribute this file.
dnl
## basic check of system potrace
KPSE_TRY_LIB([potrace],
             [#include <potracelib.h>],
             [potrace_state_t st;
const char *version = potrace_version();
potrace_state_free(&st);])