]> granicus.if.org Git - graphviz/commitdiff
apply patch for LIBPOSTFIX on Solaris - Mantis 0002148
authorJohn Ellson <ellson@research.att.com>
Wed, 19 Oct 2011 18:03:12 +0000 (14:03 -0400)
committerJohn Ellson <ellson@research.att.com>
Wed, 19 Oct 2011 18:03:12 +0000 (14:03 -0400)
configure.ac

index 6cf780e31349e98e5839b8a2dfa2918db162539e..d477c4fb2563e24a84946745f52f8df462f9c694 100644 (file)
@@ -105,6 +105,13 @@ case "${host_os}" in
         ;;
     esac
     ;;
+  *solaris* )
+    case "${host_cpu}" in
+      x86_64 | sparc64 )
+        LIBPOSTFIX="/64"
+        ;;
+    esac
+    ;;
 esac
 
 UWIN=no