]> granicus.if.org Git - graphviz/commitdiff
Add --without-expat support to ./configure
authorellson <devnull@localhost>
Mon, 4 Aug 2008 20:43:06 +0000 (20:43 +0000)
committerellson <devnull@localhost>
Mon, 4 Aug 2008 20:43:06 +0000 (20:43 +0000)
cmd/tools/cvtgxl.c

index 35a0a7501a0642e910a596acae4048c0366d9303..13bf7fba7e4eff88f0c75ea222c150fce6ef433e 100644 (file)
@@ -36,7 +36,7 @@ static char *CmdName;
 static char **Files;
 static mode act = Unset;
 
-#ifdef HAVE_LIBEXPAT
+#ifdef HAVE_EXPAT
 static FILE *getFile(void)
 {
     FILE *rv = NULL;
@@ -201,7 +201,7 @@ int main(int argc, char **argv)
            fflush(outFile);
        }
     } else {
-#ifdef HAVE_LIBEXPAT
+#ifdef HAVE_EXPAT
        FILE *inFile;
        while ((inFile = getFile())) {
            while ((G = gxl_to_gv(inFile))) {