summaryrefslogtreecommitdiff
path: root/Build/source/libs/potrace/ac/potrace.ac
blob: 690b8df73cea133183985f811b035a4fd43eb86b (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) 2022 Luigi Scarso <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);])