]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/dasher/dasher-gpe/configure-lossage.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / dasher / dasher-gpe / configure-lossage.patch
1 --- dasher/configure.in.old     2004-08-29 23:50:19.000000000 +0100
2 +++ dasher/configure.in 2004-08-29 23:50:23.000000000 +0100
3 @@ -89,12 +89,12 @@
4                 LIBS="$save_LIBS"
5                 break],[AC_MSG_RESULT(no)])
6           done
7 -         if test "x$XTST_LIBS" = x; then
8 -           AC_MSG_ERROR(Couldn't find the Xtst library. Check config.log for details)
9 -         else
10 -           X_LIBS="$X_LIBS $XTST_LIBS"
11 -           AC_DEFINE(HAVE_XTST, 1, [The XTest extension is present])
12 -         fi
13 +       fi
14 +       if test "x$XTST_LIBS" = x; then
15 +         AC_MSG_ERROR(Couldn't find the Xtst library. Check config.log for details)
16 +       else
17 +         X_LIBS="$X_LIBS $XTST_LIBS"
18 +         AC_DEFINE(HAVE_XTST, 1, [The XTest extension is present])
19         fi
20  
21  AC_SUBST(X_LIBS)