well, AIM_XINERAMA should not be enabled
authoranselm@anselm1
Thu, 28 Feb 2008 21:39:45 +0000
changeset 1111 81c16634cdd4
parent 1110 227f2d07c63f
child 1112 27d2e0f4ff82
well, AIM_XINERAMA should not be enabled
config.mk
--- a/config.mk	Thu Feb 28 21:38:53 2008 +0000
+++ b/config.mk	Thu Feb 28 21:39:45 2008 +0000
@@ -17,7 +17,7 @@
 # flags
 CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
 LDFLAGS = -s ${LIBS}
-CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" -DAIM_XINERAMA
+CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
 LDFLAGS = -g ${LIBS}
 
 # Solaris