summaryrefslogtreecommitdiffstats
path: root/sword.m4
diff options
context:
space:
mode:
authorFrancois Andriot <[email protected]>2014-05-01 15:06:19 +0200
committerSlávek Banko <[email protected]>2014-05-01 15:06:19 +0200
commit298da70ab4f6da3780c617a85957a80f2e7ae71b (patch)
treed7014f83d8d46a7e56d87ee27618e1af12f1f8ea /sword.m4
parentcaa0568c57f9f3e79a16cf6680ee14bea05432b9 (diff)
downloadbibletime-298da70ab4f6da3780c617a85957a80f2e7ae71b.tar.gz
bibletime-298da70ab4f6da3780c617a85957a80f2e7ae71b.zip
Fix FTBFS on Fedora 20
Fix custom-installed Sword detection
Diffstat (limited to 'sword.m4')
-rw-r--r--sword.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/sword.m4 b/sword.m4
index 2f19b3f..8326ba3 100644
--- a/sword.m4
+++ b/sword.m4
@@ -28,7 +28,7 @@ AC_ARG_ENABLE(static-sword,
dnl try to find Sword library files
AC_MSG_CHECKING([for Sword library files])
AC_REQUIRE([AC_FIND_ZLIB])
-ac_sword_library_dirs="$ac_sword_dir/lib $exec_prefix/lib $prefix/lib /usr/lib /usr/lib64 /usr/lib/sword /usr/local/lib /usr/local/lib/sword /usr/local/sword/lib"
+ac_sword_library_dirs="$ac_sword_dir/lib64 $ac_sword_dir/lib $exec_prefix/lib $prefix/lib64 $prefix/lib /usr/lib /usr/lib64 /usr/lib/sword /usr/local/lib /usr/local/lib/sword /usr/local/sword/lib"
if test "x$ac_static_sword" = "xYES"; then
SEARCH_LIBS="libsword.a";