changeset 13174:e29845c34565

[gaim-migrate @ 15537] Something on FC1 doesn't like the newline in here committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 08 Feb 2006 05:07:43 +0000
parents 07ecd51f1f07
children 488619ad7ed5
files configure.ac
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Wed Feb 08 04:20:05 2006 +0000
+++ b/configure.ac	Wed Feb 08 05:07:43 2006 +0000
@@ -1414,8 +1414,7 @@
 
 dnl Thanks, Evan.
 if test "$enable_gtkspell" = yes ; then
-	PKG_CHECK_MODULES(GTKSPELL, gtkspell-2.0 >= 2.0.2, [
-	], [
+	PKG_CHECK_MODULES(GTKSPELL, gtkspell-2.0 >= 2.0.2, [], [
 		AC_MSG_RESULT(no)
 		enable_gtkspell=no
 	])