summaryrefslogtreecommitdiff
path: root/Build/source/libs/mpfr/ac/mpfr.ac
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/mpfr/ac/mpfr.ac')
-rw-r--r--Build/source/libs/mpfr/ac/mpfr.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/Build/source/libs/mpfr/ac/mpfr.ac b/Build/source/libs/mpfr/ac/mpfr.ac
deleted file mode 100644
index b04205f7af3..00000000000
--- a/Build/source/libs/mpfr/ac/mpfr.ac
+++ /dev/null
@@ -1,9 +0,0 @@
-## libs/mpfr/ac/mpfr.ac: configure.ac fragment for the TeX Live subdirectory libs/mpfr/
-dnl
-dnl Copyright (C) 2014 Taco Hoekwater <taco@metatex.org>
-dnl You may freely use, modify and/or distribute this file.
-dnl
-## basic check of system mpfr
-KPSE_TRY_LIB([mpfr],
- [#include <mpfr.h>],
- [const char *s = mpfr_get_version();])