diff src/s/esix.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/esix.h	Mon Aug 13 09:42:28 2007 +0200
+++ b/src/s/esix.h	Mon Aug 13 09:43:35 2007 +0200
@@ -11,13 +11,13 @@
 
 /* Have -lg be used for debugging. */
 #undef LIBS_DEBUG
-#define LIBS_DEBUG -lg
+#define LIBS_DEBUG "-lg"
 
 /* If using Roell's X server, define X11R4 */
 #ifdef X11R4			/* Roell's X server */
 #define select sys_select /* Emacs select() not good enough? */
 #undef LIBX11_SYSTEM
-#define LIBX11_SYSTEM -lpt
+#define LIBX11_SYSTEM "-lpt"
 #endif /* X11R4 */
 
 /* ESIX does not need <sys/sioctl.h>, but needs <sys/ptem.h> */