diff src/s/isc4-0.h @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents 376386a54a3c
children 6330739388db
line wrap: on
line diff
--- a/src/s/isc4-0.h	Mon Aug 13 09:42:28 2007 +0200
+++ b/src/s/isc4-0.h	Mon Aug 13 09:43:35 2007 +0200
@@ -3,7 +3,7 @@
 #include "isc3-0.h"
 
 #undef LIBS_SYSTEM
-#define LIBS_SYSTEM -linet -lcposix
+#define LIBS_SYSTEM "-linet -lcposix"
 
 #define ISC4_0
 
@@ -11,5 +11,5 @@
    He used GCC.  I don't know what is needed with other compilers.  */
 #ifdef __GNUC__
 #undef LIBX11_SYSTEM
-#define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lcposix -lc
+#define LIBX11_SYSTEM "-lpt -lnls -lnsl_s -lcposix -lc"
 #endif