From c8e5702127e507e82e6f68a4b8c546803accea9d Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 30 Jun 2005 08:19:37 +0000 Subject: import clean BK tree at cset 1.3670 --- packages/dasher/dasher-gpe/.mtn2git_empty | 0 packages/dasher/dasher-gpe/configure-lossage.patch | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 packages/dasher/dasher-gpe/.mtn2git_empty (limited to 'packages/dasher/dasher-gpe') diff --git a/packages/dasher/dasher-gpe/.mtn2git_empty b/packages/dasher/dasher-gpe/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/dasher/dasher-gpe/configure-lossage.patch b/packages/dasher/dasher-gpe/configure-lossage.patch index e69de29bb2..e5a6896266 100644 --- a/packages/dasher/dasher-gpe/configure-lossage.patch +++ b/packages/dasher/dasher-gpe/configure-lossage.patch @@ -0,0 +1,21 @@ +--- dasher/configure.in.old 2004-08-29 23:50:19.000000000 +0100 ++++ dasher/configure.in 2004-08-29 23:50:23.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) -- cgit 1.2.3-korg