From 7c94ef4fa4aa0b7602491f75292af3223371dd21 Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 18 Oct 2005 19:12:25 +0000 Subject: [PATCH] put back AC_CANONICAL_TARGET, otherwise LIBPOSTFIX isn't set on x86_64 --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 0930cdde0..a07069d87 100644 --- a/configure.ac +++ b/configure.ac @@ -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* ) -- 2.40.0