]> granicus.if.org Git - graphviz/commitdiff
applied: graphviz-aarch64_lib64_support.patch 'phisama'
authorJohn Ellson <ellson@research.att.com>
Wed, 4 Sep 2013 14:02:17 +0000 (10:02 -0400)
committerJohn Ellson <ellson@research.att.com>
Wed, 4 Sep 2013 14:02:17 +0000 (10:02 -0400)
configure.ac

index 01a7b2601942584fc3e5847c8e097be57f66d1b4..2edef24bf3b885322664bd1a12e3098b263aa70f 100644 (file)
@@ -102,7 +102,7 @@ if test -z "$LIBPOSTFIX"; then
   case "${host_os}" in
     *linux* )
       case "${host_cpu}" in
-        powerpc64 | s390x | x86_64 | sparc64 )
+        aarch64 | powerpc64 | s390x | x86_64 | sparc64 )
           LIBPOSTFIX="64"
           ;;
       esac