From: ellson Date: Thu, 25 May 2006 16:05:43 +0000 (+0000) Subject: purge some ENABLE_CODEGENS, use WITH_CODEGENS instead X-Git-Tag: LAST_LIBGRAPH~32^2~6545 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a538cdfd5d6cc3d85015e5547b949499eb162d74;p=graphviz purge some ENABLE_CODEGENS, use WITH_CODEGENS instead --- diff --git a/config.h.old b/config.h.old index 7834ef5d8..03f668f09 100644 --- a/config.h.old +++ b/config.h.old @@ -122,8 +122,8 @@ /*******************************************************************/ /* The following usually aren't changed. */ /*******************************************************************/ -/* Set to 0 if you don't want the old codegens */ -#define ENABLE_CODEGENS 1 +/* Define if you want the old codegens */ +#define WITH_CODEGENS 1 /* Define if you don't want on-demand plugin loading */ #define DISABLE_LTDL 1