changeset 13486:e48a87d64e58

(LIBS): Add libsrc_libs and keep the old LIBS.
author Richard M. Stallman <rms@gnu.org>
date Fri, 10 Nov 1995 17:47:48 +0000
parents 44fccef90f33
children 5cff4081b8a6
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Fri Nov 10 17:43:52 1995 +0000
+++ b/configure.in	Fri Nov 10 17:47:48 1995 +0000
@@ -1171,7 +1171,7 @@
 #### 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.