summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/makefile.std4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile.std b/src/makefile.std
index c9247df8..3d762d49 100644
--- a/src/makefile.std
+++ b/src/makefile.std
@@ -330,9 +330,9 @@ LIBS = -L/usr/X11R6/lib -lX11
#COPTS = -Wall -O1 -pipe -g
#INCLUDES = -I/usr/X11R6/include
#DEFINES = -DLUA_NUM_TYPE=int -DUSE_X11 \
-# -DUSE_EGO_GRAPHICS -DUSE_TRANSPARAENCY -DSUPPORT_GAMMA \
+# -DUSE_EGO_GRAPHICS -DUSE_TRANSPARENCY -DSUPPORT_GAMMA \
# -DUSE_PRECISE_CMOVIE -DUSE_UNIXSOCK
-#LIBS = -L/usr/X11R6/lib -LX11
+#LIBS = -L/usr/X11R6/lib -lX11
### End of configurable section ###