From: Richard M. Stallman Date: Fri, 10 Nov 1995 17:47:48 +0000 (+0000) Subject: (LIBS): Add libsrc_libs and keep the old LIBS. X-Git-Tag: emacs-19.34~2374 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=52c7612248b135104e5c0d31183e02a50ae20dcd;p=emacs.git (LIBS): Add libsrc_libs and keep the old LIBS. --- 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.