aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-11-10 17:47:48 +0000
committerRichard M. Stallman1995-11-10 17:47:48 +0000
commit52c7612248b135104e5c0d31183e02a50ae20dcd (patch)
treeadb6ffe549ae6b7e1c62b0e0b6f14ab240a0f53d
parentc142163a1868fe642e52011cd6bdb992d3b2f3af (diff)
downloademacs-52c7612248b135104e5c0d31183e02a50ae20dcd.tar.gz
emacs-52c7612248b135104e5c0d31183e02a50ae20dcd.zip
(LIBS): Add libsrc_libs and keep the old LIBS.
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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
1171#### Add the libraries to LIBS and check for some functions. 1171#### Add the libraries to LIBS and check for some functions.
1172 1172
1173CPPFLAGS="$c_switch_system $c_switch_machine $CPPFLAGS" 1173CPPFLAGS="$c_switch_system $c_switch_machine $CPPFLAGS"
1174LIBS="$libsrc_libs" 1174LIBS="$libsrc_libs $LIBS"
1175 1175
1176dnl If found, this defines HAVE_LIBDNET, which m/pmax.h checks, 1176dnl If found, this defines HAVE_LIBDNET, which m/pmax.h checks,
1177dnl and also adds -ldnet to LIBS, which Autoconf uses for checks. 1177dnl and also adds -ldnet to LIBS, which Autoconf uses for checks.