summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-11-10 17:47:48 +0000
committerRichard M. Stallman <rms@gnu.org>1995-11-10 17:47:48 +0000
commitb3eff347ca1abacb591141451714604e245b039d (patch)
tree2bfae92a8de8a051039086206b594a1b2db5c825 /configure.in
parentfaa7b2f4261425123cecc6bf70620365a6535158 (diff)
downloademacs-b3eff347ca1abacb591141451714604e245b039d.tar.gz
(LIBS): Add libsrc_libs and keep the old LIBS.
Diffstat (limited to 'configure.in')
-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
#### 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.