]> granicus.if.org Git - graphviz/commitdiff
enable "ortho" by default in all builds
authorellson <devnull@localhost>
Thu, 16 Sep 2010 11:44:02 +0000 (11:44 +0000)
committerellson <devnull@localhost>
Thu, 16 Sep 2010 11:44:02 +0000 (11:44 +0000)
configure.ac
graphviz.spec.in

index 63c35b2f094ab0f62cbffb990519ffe180499396..376f74977011a0aaf516e66bd8d93d48c9501d83 100644 (file)
@@ -2848,11 +2848,11 @@ dnl -----------------------------------
 dnl ORTHO 
 
 AC_ARG_WITH(ortho,
-  [AS_HELP_STRING([--with-ortho=no],[ORTHO features in neato layout engine])],
-  [], [with_ortho=no])
+  [AS_HELP_STRING([--with-ortho=yes],[ORTHO features in neato layout engine])],
+  [], [with_ortho=yes])
 
 if test "x$with_ortho" != "xyes"; then
-  use_ortho="No (disabled by default - experimental)"
+  use_ortho="No (disabled)"
 else
   use_ortho="Yes"
   AC_DEFINE_UNQUOTED(ORTHO,1,[Define if you want ORTHO])
index a3d8ba30dfac8c00ae49f466c2eb3ccb0f231c4f..b5f61ed0529e734f8968c09b9ebc49c7c46a4ac1 100644 (file)
@@ -30,8 +30,9 @@ Prefix: /usr
 # All features are off (undefined) by default
 # To enable, use: <percent>define FEATURE 1
 # Available features are:
-#    SHARP GHOSTSCRIPT GUILE _IO JAVA LUA OCAML PERL PHP PYTHON RUBY R_LANG
-#    TCL IPSEPCOLA MYLIBGD PANGOCAIRO RSVG GLITZ SMYRNA DEVIL MING GDK_PIXBUF
+#    SHARP GHOSTSCRIPT GUILE _IO JAVA LUA OCAML ORTHO PERL PHP
+#    PYTHON RUBY R_LANG TCL IPSEPCOLA MYLIBGD PANGOCAIRO RSVG
+#    GLITZ SMYRNA DEVIL MING GDK_PIXBUF
 
 # SuSE uses a different mechanism to generate BuildRequires
 # norootforbuild
@@ -60,6 +61,7 @@ BuildRequires: guile-devel
 %define PYTHON 1
 BuildRequires: python python-devel
 %define IPSEPCOLA 1
+%define ORTHO 1
 %endif
 %if %rhel >= 5
 BuildRequires: libXaw-devel libSM-devel libICE-devel libXpm-devel libXt-devel libXmu-devel libXext-devel libX11-devel
@@ -128,6 +130,7 @@ BuildRequires: gts-devel
 BuildRequires: lasi-devel
 %define GDK_PIXBUF 1
 %define IPSEPCOLA 1
+%define ORTHO 1
 %define R_LANG 1
 BuildRequires: R-devel swig >= 1.3.33 perl-libs
 %define SMYRNA 1