From 58a539fe06fcc6876277f33677b0d8b870682304 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Sat, 13 Jul 2002 18:50:38 +0000 Subject: [PATCH] - Disable libtool win32 DLL support. - Use AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL. - Move AC_LIB_LTDL down to libraries section. svn path=/trunk/yasm/; revision=655 --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index af183626..8672f18e 100644 --- a/configure.ac +++ b/configure.ac @@ -71,10 +71,9 @@ AC_PROG_LN_S AM_PROG_LEX AC_LIBTOOL_DLOPEN AC_LIBLTDL_CONVENIENCE -AC_LIBTOOL_WIN32_DLL -AM_PROG_LIBTOOL +#AC_LIBTOOL_WIN32_DLL +AC_PROG_LIBTOOL AC_SUBST(LIBTOOL_DEPS) -AC_LIB_LTDL # REQUIRE a standard (ANSI/ISO) C compiler if test "$ac_cv_prog_cc_stdc" = no; then @@ -138,6 +137,7 @@ AC_CHECK_FUNCS([strcasecmp strncasecmp stricmp strcmpi]) # Check for stuff wanted by the test suite. None of this is required. AC_CHECK_FUNCS([msgctl msgget msgrcv msgsnd strerror snprintf wait]) AC_REPLACE_FUNCS([strsep mergesort]) +AC_LIB_LTDL # # Check for gettext() and other i18n/l10n things. -- 2.40.0