From: Dana Jansens Date: Tue, 26 Nov 2002 20:25:59 +0000 (+0000) Subject: had an extra ; that snuck in. i blame the commies X-Git-Tag: openbox-2_2_2^2~14 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=5ca7d10f324b0e42b4aca9bc30424a5b880812fb;p=dana%2Fopenbox.git had an extra ; that snuck in. i blame the commies --- diff --git a/configure.in b/configure.in index 75acec57..0eda8258 100644 --- 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=""