From 52c7612248b135104e5c0d31183e02a50ae20dcd Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 10 Nov 1995 17:47:48 +0000 Subject: [PATCH] (LIBS): Add libsrc_libs and keep the old LIBS. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 0237848a9c7..21a7e84599f 100644 --- a/configure.in +++ b/configure.in @@ -1171,7 +1171,7 @@ LISP_FLOAT_TYPE=yes #### Add the libraries to LIBS and check for some functions. CPPFLAGS="$c_switch_system $c_switch_machine $CPPFLAGS" -LIBS="$libsrc_libs" +LIBS="$libsrc_libs $LIBS" dnl If found, this defines HAVE_LIBDNET, which m/pmax.h checks, dnl and also adds -ldnet to LIBS, which Autoconf uses for checks. -- 2.39.2