]> git.eshelyaron.com Git - emacs.git/commitdiff
(LIBS): Add libsrc_libs and keep the old LIBS.
authorRichard M. Stallman <rms@gnu.org>
Fri, 10 Nov 1995 17:47:48 +0000 (17:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 10 Nov 1995 17:47:48 +0000 (17:47 +0000)
configure.in

index 0237848a9c753dca524cd4cb8e10c235c37c52d4..21a7e84599f34e2b53ad095cbe1f2634a394a6ac 100644 (file)
@@ -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.