diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-11-10 17:47:48 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-11-10 17:47:48 +0000 |
commit | b3eff347ca1abacb591141451714604e245b039d (patch) | |
tree | 2bfae92a8de8a051039086206b594a1b2db5c825 /configure.in | |
parent | faa7b2f4261425123cecc6bf70620365a6535158 (diff) | |
download | emacs-b3eff347ca1abacb591141451714604e245b039d.tar.gz |
(LIBS): Add libsrc_libs and keep the old LIBS.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
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. |