aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/isc2-2.h
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1995-11-12 06:34:20 +0000
committerRichard M. Stallman <[email protected]>1995-11-12 06:34:20 +0000
commitc57bc20ffcd06f9a9c3222c92a400428304d31e3 (patch)
tree02544eb22ff769c2934461573d1f8d780dbdd886 /src/s/isc2-2.h
parent5e70aa9c271fe3426ba3c7abed4da872df2d1da5 (diff)
(LIBS_SYSTEM): Fix typo in prev change.
Diffstat (limited to 'src/s/isc2-2.h')
-rw-r--r--src/s/isc2-2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/s/isc2-2.h b/src/s/isc2-2.h
index 79305e7594..e2f4c988e5 100644
--- a/src/s/isc2-2.h
+++ b/src/s/isc2-2.h
@@ -54,9 +54,9 @@
inet_addr, gethostbyname, socket, connect, ... But if we are not
compiling with X support, it's not needed. */
#ifdef HAVE_X_WINDOWS
-#define LIBS_SYSTEM -linet LIBS_STANDARD_1
+#define LIBS_SYSTEM -linet LIB_STANDARD_1
#else
-#define LIBS_SYSTEM LIBS_STANDARD_1
+#define LIBS_SYSTEM LIB_STANDARD_1
#endif
/* This system has job control. */