diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-29 08:55:56 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-29 08:55:56 +0000 |
commit | 35ff2a942f63b5201c04f41c3097e61cdd7817e9 (patch) | |
tree | 75225b4e6837807b531605472aa1f2dfa6b84b7b | |
parent | 6aaf4d7d7b78bf1974e03f0004eeada35edc2681 (diff) | |
download | kchmviewer-35ff2a942f63b5201c04f41c3097e61cdd7817e9.tar.gz kchmviewer-35ff2a942f63b5201c04f41c3097e61cdd7817e9.zip |
Fix kchmviewer configure FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kchmviewer@1234079 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | configure.in.in | 2 |
1 files changed, 2 insertions, 0 deletions
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) |