Alleen in dasher-3.2.11: autom4te.cache diff -ur dasher-3.2.11.orig/configure dasher-3.2.11/configure --- dasher-3.2.11.orig/configure 2004-08-02 23:56:24.000000000 +0200 +++ dasher-3.2.11/configure 2005-01-23 09:53:07.000000000 +0100 @@ -11258,18 +11300,18 @@ rm -f conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext done - if test "x$XTST_LIBS" = x; then - { { echo "$as_me:$LINENO: error: Couldn't find the Xtst library. Check config.log for details" >&5 + fi + 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;} { (exit 1); exit 1; }; } - else - X_LIBS="$X_LIBS $XTST_LIBS" + else + X_LIBS="$X_LIBS $XTST_LIBS" cat >>confdefs.h <<\_ACEOF #define HAVE_XTST 1 _ACEOF - fi fi diff -ur dasher-3.2.11.orig/configure.in dasher-3.2.11/configure.in --- dasher-3.2.11.orig/configure.in 2004-07-12 16:25:09.000000000 +0200 +++ dasher-3.2.11/configure.in 2005-01-23 09:53:02.000000000 +0100 @@ -89,12 +89,12 @@ LIBS="$save_LIBS" break],[AC_MSG_RESULT(no)]) done - if test "x$XTST_LIBS" = x; then - AC_MSG_ERROR(Couldn't find the Xtst library. Check config.log for details) - else - X_LIBS="$X_LIBS $XTST_LIBS" - AC_DEFINE(HAVE_XTST, 1, [The XTest extension is present]) - fi + fi + if test "x$XTST_LIBS" = x; then + AC_MSG_ERROR(Couldn't find the Xtst library. Check config.log for details) + else + X_LIBS="$X_LIBS $XTST_LIBS" + AC_DEFINE(HAVE_XTST, 1, [The XTest extension is present]) fi AC_SUBST(X_LIBS)