aboutsummarylogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authoranselm@anselm12008-02-26 22:57:23 +0000
committeranselm@anselm12008-02-26 22:57:23 +0000
commitc1b6383710e5a89d633c297c886fed7876d11615 (patch)
tree8665836f477e282a6d3e9823821e9eeae91ba370 /config.mk
parent8596fb4b8c98f012df33ff1386c44ea4a4da9283 (diff)
downloadaur-c1b6383710e5a89d633c297c886fed7876d11615.tar.gz
disabled AIM_XINERAMA
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 87e5eb2a4dd4..f2335acc85c2 100644
--- a/config.mk
+++ b/config.mk
@@ -17,7 +17,7 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lXinerama
# 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