summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 79305e7594e..e2f4c988e5e 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. */