projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bed66b
)
had an extra ; that snuck in. i blame the commies
author
Dana Jansens
<danakj@orodu.net>
Tue, 26 Nov 2002 20:25:59 +0000
(20:25 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Tue, 26 Nov 2002 20:25:59 +0000
(20:25 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 75acec57838b7eb1dcdc93c27d38f01e689f1fcf..0eda8258f34986bbef50d80e834d2d91e0ecb882 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-189,7
+189,7
@@
if test "$XFT" = "yes"; then
dnl fi
fi
AM_CONDITIONAL(XFT, test "$XFT" = "yes")
-AM_CONDITIONAL(XFT2, test "$XFT2" = "yes")
;
+AM_CONDITIONAL(XFT2, test "$XFT2" = "yes")
dnl Check for ordered 8bpp dithering
ORDEREDPSEUDO=""