From ae1b938494ad128dedf7bcf86201130011a5bc0c Mon Sep 17 00:00:00 2001 From: ellson Date: Mon, 4 Aug 2008 20:43:06 +0000 Subject: [PATCH] Add --without-expat support to ./configure --- cmd/tools/convert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tools/convert.h b/cmd/tools/convert.h index 193bc060b..d7a012ef2 100644 --- a/cmd/tools/convert.h +++ b/cmd/tools/convert.h @@ -38,7 +38,7 @@ extern "C" { #include extern void gv_to_gxl(Agraph_t *, FILE *); -#ifdef HAVE_LIBEXPAT +#ifdef HAVE_EXPAT extern Agraph_t *gxl_to_gv(FILE *); #endif -- 2.40.0