|
|
|
@ -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";
|
|
|
|
|