diff options
| author | Richard M. Stallman | 1995-11-10 17:47:48 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-11-10 17:47:48 +0000 |
| commit | 52c7612248b135104e5c0d31183e02a50ae20dcd (patch) | |
| tree | adb6ffe549ae6b7e1c62b0e0b6f14ab240a0f53d | |
| parent | c142163a1868fe642e52011cd6bdb992d3b2f3af (diff) | |
| download | emacs-52c7612248b135104e5c0d31183e02a50ae20dcd.tar.gz emacs-52c7612248b135104e5c0d31183e02a50ae20dcd.zip | |
(LIBS): Add libsrc_libs and keep the old LIBS.
| -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 | |||
| 1171 | #### Add the libraries to LIBS and check for some functions. | 1171 | #### Add the libraries to LIBS and check for some functions. |
| 1172 | 1172 | ||
| 1173 | CPPFLAGS="$c_switch_system $c_switch_machine $CPPFLAGS" | 1173 | CPPFLAGS="$c_switch_system $c_switch_machine $CPPFLAGS" |
| 1174 | LIBS="$libsrc_libs" | 1174 | LIBS="$libsrc_libs $LIBS" |
| 1175 | 1175 | ||
| 1176 | dnl If found, this defines HAVE_LIBDNET, which m/pmax.h checks, | 1176 | dnl If found, this defines HAVE_LIBDNET, which m/pmax.h checks, |
| 1177 | dnl and also adds -ldnet to LIBS, which Autoconf uses for checks. | 1177 | dnl and also adds -ldnet to LIBS, which Autoconf uses for checks. |