]> granicus.if.org Git - graphviz/commitdiff
incorporate "graphvizz-sparc64.patch" from fedora distro.
authorellson <devnull@localhost>
Wed, 2 Jun 2010 13:45:30 +0000 (13:45 +0000)
committerellson <devnull@localhost>
Wed, 2 Jun 2010 13:45:30 +0000 (13:45 +0000)
configure.ac

index 07b09c17732e10320f1acd6085d18bc31266c3dd..d3549ef7f93dcb4a2afeb762e94c8351b050d229 100644 (file)
@@ -100,7 +100,7 @@ LIBPOSTFIX=
 case "${host_os}" in
   *linux* )
     case "${host_cpu}" in
-      powerpc64 | s390x | x86_64 )
+      powerpc64 | s390x | x86_64 | sparc64 )
         LIBPOSTFIX="64"
         ;;
     esac