aboutsummarylogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authoranselm@anselm12008-02-28 21:39:45 +0000
committeranselm@anselm12008-02-28 21:39:45 +0000
commit234d4a097e3e0e1cad1eea9389b8fa5332f26d40 (patch)
tree498f3558fb1546ce897ae61a6d075129f62aee6b /config.mk
parente86e832d280ce0e30c7f77f1cb77b18ddd7aface (diff)
downloadaur-234d4a097e3e0e1cad1eea9389b8fa5332f26d40.tar.gz
well, AIM_XINERAMA should not be enabled
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 e4aa914adfb6..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