diff src/s/aix3-2-5.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 8eaf7971accc
line wrap: on
line diff
--- a/src/s/aix3-2-5.h	Mon Aug 13 09:42:28 2007 +0200
+++ b/src/s/aix3-2-5.h	Mon Aug 13 09:43:35 2007 +0200
@@ -11,7 +11,7 @@
 #undef C_DEBUG_SWITCH
 #undef C_OPTIMIZE_SWITCH
 #define C_DEBUG_SWITCH
-#define C_OPTIMIZE_SWITCH -O
+#define C_OPTIMIZE_SWITCH "-O"
 #endif
 
 /* Perry Smith <pedz@ddivt1.austin.ibm.com> says these are correct.  */
@@ -24,4 +24,4 @@
 
 /* Bill Woodward <wpwood@austin.ibm.com> says:
    libIM *must* precede libXm, to avoid getting aixLoadIM error messages.  */
-#define LIB_MOTIF -lIM -lXm
+#define LIB_MOTIF "-lIM -lXm"