# HG changeset patch # User Richard M. Stallman # Date 816025668 0 # Node ID e48a87d64e58312ed1260c8f7453269e3e4e5a06 # Parent 44fccef90f338a36e1b61fff4b89b7d910e58cd3 (LIBS): Add libsrc_libs and keep the old LIBS. diff -r 44fccef90f33 -r e48a87d64e58 configure.in --- 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.