From 80b6dc11f357de9d76263211ded11d4b6d0f89ee Mon Sep 17 00:00:00 2001 From: skimo Date: Mon, 23 Aug 2004 20:49:31 +0000 Subject: [PATCH] s/vd/vertices/ --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index cf89d3f..bb1614b 100644 --- a/configure.in +++ b/configure.in @@ -110,7 +110,7 @@ int main() return !(i == 10); } ],, -AC_MSG_WARN([This version of polylib produces incorrect validity domains.])) +AC_MSG_WARN([This version of polylib produces incorrect vertices.])) AC_MSG_CHECKING([number of arguments of Polyhedron_Enumerate]) AC_TRY_COMPILE([#include ], -- 2.11.4.GIT