]> granicus.if.org Git - graphviz/commitdiff
put back AC_CANONICAL_TARGET, otherwise LIBPOSTFIX isn't set on x86_64
authorellson <devnull@localhost>
Tue, 18 Oct 2005 19:12:25 +0000 (19:12 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 19:12:25 +0000 (19:12 +0000)
configure.ac

index 0930cdde082cca27e9bdfd54b691ec172dbff8aa..a07069d87c6cc24f3b1303af02bfe929c8fd4364 100644 (file)
@@ -47,6 +47,9 @@ AM_CONDITIONAL(DISABLE_LTDL, [test "x$enable_ltdl" = "xno"])
 AC_SUBST(INCLTDL)
 AC_SUBST(LIBLTDL)
 
+# Checks for system type
+AC_CANONICAL_TARGET
+
 LIBPOSTFIX=
 case "${host_os}" in
   *linux* )