From: Richard M. Stallman Date: Thu, 13 Jun 1996 16:41:20 +0000 (+0000) Subject: (LIBS_SYSTEM): Two new definitions (and #undef first). X-Git-Tag: emacs-19.34~436 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d7a28201b0d993e4959ddd8452682866bb29d353;p=emacs.git (LIBS_SYSTEM): Two new definitions (and #undef first). --- diff --git a/src/s/hpux10.h b/src/s/hpux10.h index 28ef91e5824..b0d4ff6abeb 100644 --- a/src/s/hpux10.h +++ b/src/s/hpux10.h @@ -10,3 +10,12 @@ #undef HAVE_RANDOM #define HPUX10 #define FORCE_ALLOCA_H + +#ifdef LIBS_SYSTEM +#undef LIBS_SYSTEM +#endif +#ifdef HPUX_NET +#define LIBS_SYSTEM -ln -l:libdld.sl +#else +#define LIBS_SYSTEM -l:libdld.sl +#endif