dasher r3491 - trunk



Author: alarson
Date: Sun Mar 30 23:42:39 2008
New Revision: 3491
URL: http://svn.gnome.org/viewvc/dasher?rev=3491&view=rev

Log:
Add missing/misplaced "x"s in configure.in comparisons (#398103).


Modified:
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sun Mar 30 23:42:39 2008
@@ -416,11 +416,11 @@
 GNOME_DOC_INIT([0.9.0],[have_gdu=yes],[have_gdu=no])
 AC_MSG_RESULT($have_gdu)
 
-if [[ x"$WITHGNOME" = xtrue ]] && [[ "$have_gdu" = xno ]]; then
+if [[ x"$WITHGNOME" = xtrue ]] && [[ x"$have_gdu" = xno ]]; then
     AC_MSG_ERROR([gnome-doc-utils not found!])
 fi
 
-AM_CONDITIONAL(ENABLE_SK, test x"$WITHGNOME" = xfalse -a "x$enable_scrollkeeper" = "xyes")
+AM_CONDITIONAL(ENABLE_SK, test x"$WITHGNOME" = xfalse -a x"$enable_scrollkeeper" = "xyes")
 
 AC_CONFIG_FILES([Data/dasher.desktop.in
 		 Data/Makefile



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]