File: detect_cairo

package info (click to toggle)
ocamlviz 1.01-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,176 kB
  • sloc: ml: 5,722; makefile: 199
file content (21 lines) | stat: -rw-r--r-- 582 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Date: Tue, 6 Aug 2019 16:19:29 +0200
Subject: detect_cairo

---
 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.in b/configure.in
index 8ff83ef..7286dfb 100644
--- a/configure.in
+++ b/configure.in
@@ -143,7 +143,7 @@ if test "$LABLGTK2" = yes ; then
 fi
 
 # checking for cairo
-AC_CHECK_FILE($OCAMLLIB/cairo/cairo.cmxa,CAIRO=yes,CAIRO=no)
+AC_CHECK_FILE($OCAMLLIB/cairo/cairo.cma,CAIRO=yes,CAIRO=no)
 if test "$CAIRO" = yes ; then
       INCLUDECAIRO="-I +cairo"
 fi