diff src/m/next.h @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents c7528f8e288d
children a86b2b5e0111
line wrap: on
line diff
--- a/src/m/next.h	Mon Aug 13 09:42:28 2007 +0200
+++ b/src/m/next.h	Mon Aug 13 09:43:35 2007 +0200
@@ -48,7 +48,7 @@
 
 #define HAVE_UNIX_DOMAIN
 
-#define LIB_X11_LIB -L/usr/lib/X11 -lX11
+#define LIB_X11_LIB "-L/usr/lib/X11 -lX11"
 
 /* This avoids a problem in Xos.h when using co-Xist 3.01.  */
 #define X_NOT_POSIX
@@ -59,7 +59,7 @@
 
 /* Use our own unexec routines */
 
-#define UNEXEC unexnext.o
+#define UNEXEC "unexnext.o"
 
 /* We don't have a g library either, so override the -lg LIBS_DEBUG switch */