mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 09:51:22 -08:00
(LIBX11_SYSTEM): Don't use ..._s libraries.
This commit is contained in:
parent
94ddbbff9b
commit
869beffb8a
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ Boston, MA 02111-1307, USA. */
|
|||
/* This is safe since we already assumed HAVE_SOCKET
|
||||
if using X windows. */
|
||||
#undef LIBX11_SYSTEM
|
||||
#define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s -lsocket
|
||||
#define LIBX11_SYSTEM -lpt -lnls -lnsl -lc -lsocket
|
||||
|
||||
#undef LIB_X11_LIB
|
||||
#define LIB_X11_LIB -lX11
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue