From 21e93c76a4f87473f09e87db34b113243224ae9e Mon Sep 17 00:00:00 2001 From: ellson Date: Wed, 4 Jun 2008 18:57:53 +0000 Subject: [PATCH] add configure test for lib/sfdpgen/triangle.[ch] and define HAVE_TRIANGLE is present change tests to "#if defined", since HAVE_TRIANGLE is not defined if not present. --- lib/neatogen/delaunay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/neatogen/delaunay.c b/lib/neatogen/delaunay.c index 5bd947710..b4f315fd3 100644 --- a/lib/neatogen/delaunay.c +++ b/lib/neatogen/delaunay.c @@ -25,7 +25,7 @@ #include "memory.h" #include "logic.h" -#if HAVE_TRIANGLE +#ifdef HAVE_TRIANGLE #define TRILIBRARY #include "triangle.c" -- 2.40.0