From f17c770dfeba58ea7e9e4d281c59084207631a32 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 7 Jan 2006 01:55:49 +0000 Subject: [PATCH] (gl_IGNORE_UNUSED_LIBRARIES): Add. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 93fdd8dc8a..d499641708 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -*-m4-*- -dnl Copyright (C) 1991, 1993-2005 Free Software Foundation, Inc. +dnl Copyright (C) 1991, 1993-2006 Free Software Foundation, Inc. dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by @@ -36,6 +36,7 @@ AC_PROG_CPP AC_PROG_GCC_TRADITIONAL AC_PROG_RANLIB AC_PROG_LN_S +gl_IGNORE_UNUSED_LIBRARIES AC_CHECK_FUNCS(uname, -- 2.47.3