From 35ff2a942f63b5201c04f41c3097e61cdd7817e9 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 29 May 2011 08:55:56 +0000 Subject: [PATCH] Fix kchmviewer configure FTBFS git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kchmviewer@1234079 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- configure.in.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.in.in b/configure.in.in index caea1b7..e60b13c 100644 --- a/configure.in.in +++ b/configure.in.in @@ -24,6 +24,8 @@ if test "$no_x" = yes; then AC_MSG_ERROR(You need to have the X11 libraries and headers installed) fi +KDE_SET_DEFAULT_BINDIRS + KDE_PROG_LIBTOOL AC_ENABLE_SHARED(yes) AC_ENABLE_STATIC(no)