From: ellson Date: Mon, 4 Feb 2008 17:08:04 +0000 (+0000) Subject: fix cut&paste typo that was breaking centos4 builds X-Git-Tag: LAST_LIBGRAPH~32^2~4772 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5cf641ee385b23caf216c91cdc41959cea5d161d;p=graphviz fix cut&paste typo that was breaking centos4 builds --- diff --git a/graphviz.spec.in b/graphviz.spec.in index 1eac3b1e4..51e37dc3f 100644 --- a/graphviz.spec.in +++ b/graphviz.spec.in @@ -554,7 +554,7 @@ CFLAGS="$RPM_OPT_FLAGS" \ --enable-sharp%{!?SHARP:=no} \ --enable-guile%{!?GUILE:=no} \ --enable-io%{!?_IO:=no} \ - --enable-sharp%{!?JAVA:=no} \ + --enable-java%{!?JAVA:=no} \ --enable-lua%{!?LUA:=no} \ --enable-ocaml%{!?OCAML:=no} \ --enable-perl%{!?PERL:=no} \