From cbde625701205af6d029e0d8af3cd55d99dbd862 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sun, 2 Jan 2022 16:35:55 +0100 Subject: [PATCH] ortho: autotools: remove now obsolete definition of _BLD_gvc --- lib/ortho/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ortho/Makefile.am b/lib/ortho/Makefile.am index b624bf9a0..0608c3662 100644 --- a/lib/ortho/Makefile.am +++ b/lib/ortho/Makefile.am @@ -10,7 +10,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/lib/cdt if WITH_ORTHO -AM_CFLAGS = -D_BLD_gvc=1 -DGVC_EXPORTS +AM_CFLAGS = -DGVC_EXPORTS endif noinst_HEADERS = fPQ.h ortho.h maze.h partition.h rawgraph.h sgraph.h structures.h trap.h -- 2.40.0