From 799c591c84d9e1319944cac4cef5dff2a88c7a63 Mon Sep 17 00:00:00 2001 From: ellson Date: Wed, 22 Oct 2008 20:21:04 +0000 Subject: [PATCH] libgvc ==> cgraph (incomplete) --- lib/gvc/gvjobs.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/gvc/gvjobs.c b/lib/gvc/gvjobs.c index ef306a756..e0c890726 100644 --- a/lib/gvc/gvjobs.c +++ b/lib/gvc/gvjobs.c @@ -84,7 +84,11 @@ boolean gvjobs_output_langname(GVC_t * gvc, const char *name) output_langname_job->gvc = gvc; /* load it now to check that it exists */ +#ifndef WITH_CGRAPH if (gvplugin_load(gvc, API_device, name)) +#else /* WITH_CGRAPH */ + // if (gvplugin_load(gvc, API_device, name)) +#endif /* WITH_CGRAPH */ return TRUE; return FALSE; } -- 2.40.0