View | Details | Raw Unified
Collapse All | Expand All

(-) dasher-3.2.11.orig/configure (-5 / +5 lines)
 Lines 11258-11275    Link Here 
rm -f conftest.err conftest.$ac_objext \
rm -f conftest.err conftest.$ac_objext \
      conftest$ac_exeext conftest.$ac_ext
      conftest$ac_exeext conftest.$ac_ext
	  done
	  done
	  if test "x$XTST_LIBS" = x; then
	fi
	    { { echo "$as_me:$LINENO: error: Couldn't find the Xtst library. Check config.log for details" >&5
	if test "x$XTST_LIBS" = x; then
	  { { echo "$as_me:$LINENO: error: Couldn't find the Xtst library. Check config.log for details" >&5
echo "$as_me: error: Couldn't find the Xtst library. Check config.log for details" >&2;}
echo "$as_me: error: Couldn't find the Xtst library. Check config.log for details" >&2;}
   { (exit 1); exit 1; }; }
   { (exit 1); exit 1; }; }
	  else
	else
	    X_LIBS="$X_LIBS $XTST_LIBS"
	  X_LIBS="$X_LIBS $XTST_LIBS"
cat >>confdefs.h <<\_ACEOF
cat >>confdefs.h <<\_ACEOF
#define HAVE_XTST 1
#define HAVE_XTST 1
_ACEOF
_ACEOF
	  fi
	fi
	fi
(-) dasher-3.2.11.orig/configure.in (-6 / +6 lines)
 Lines 89-100    Link Here 
	        LIBS="$save_LIBS"
	        LIBS="$save_LIBS"
	        break],[AC_MSG_RESULT(no)])
	        break],[AC_MSG_RESULT(no)])
	  done
	  done
	  if test "x$XTST_LIBS" = x; then
	fi
	    AC_MSG_ERROR(Couldn't find the Xtst library. Check config.log for details)
	if test "x$XTST_LIBS" = x; then
	  else
	  AC_MSG_ERROR(Couldn't find the Xtst library. Check config.log for details)
	    X_LIBS="$X_LIBS $XTST_LIBS"
	else
	    AC_DEFINE(HAVE_XTST, 1, [The XTest extension is present])
	  X_LIBS="$X_LIBS $XTST_LIBS"
	  fi
	  AC_DEFINE(HAVE_XTST, 1, [The XTest extension is present])
	fi
	fi
AC_SUBST(X_LIBS)
AC_SUBST(X_LIBS)