From 01f63a574741941ac64d776538c971b81f73b4d6 Mon Sep 17 00:00:00 2001 From: handa Date: Wed, 29 Jul 2009 11:15:21 +0000 Subject: [PATCH] Fix previous change. --- configure.ac | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index 9419bb8..9550e3b 100644 --- a/configure.ac +++ b/configure.ac @@ -38,12 +38,7 @@ AC_SUBST(GETTEXTDIR) dnl Checks for programs for compiling. AC_PROG_CC -_LT_SET_OPTION([LT_INIT],[dlopen]) -AC_DIAGNOSE([obsolete],[AC_LIBTOOL_DLOPEN: Remove this warning and the call to _LT_SET_OPTION when you -put the `dlopen' option into LT_INIT's first parameter.]) - -_LT_CONFIG_LTDL_DIR([m4_default([], [libltdl])]) -_LTDL_CONVENIENCE +LT_PREREQ([2.2.4]) LT_INIT dnl Checks for X libraries. -- 1.7.10.4