From e54590c7c17384329e6ccd870344c1258929d098 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Fri, 3 Apr 2009 14:58:32 +0200 Subject: Use output-def test from gnulib. --- libextra/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libextra') diff --git a/libextra/configure.ac b/libextra/configure.ac index 2f68d81c0c..5059701ea8 100644 --- a/libextra/configure.ac +++ b/libextra/configure.ac @@ -48,7 +48,7 @@ AC_SUBST(LIBGNUTLS_EXTRA_CFLAGS) # Finish things from ../configure.ac. AC_SUBST([WARN_CFLAGS]) AM_CONDITIONAL(HAVE_LD_VERSION_SCRIPT, test "$have_ld_version_script" = "yes") -AM_CONDITIONAL(HAVE_LD_OUTPUT_DEF, test "$output_def" = "yes") +AM_CONDITIONAL(HAVE_LD_OUTPUT_DEF, test "$gl_cv_ld_output_def" = "yes") AC_CONFIG_FILES([ Makefile -- cgit v1.2.1