diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 12:10:17 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 12:10:17 -0600 |
commit | 792a3d48615b0a3f647d1af575e60b233b31b91f (patch) | |
tree | 88d60a170883ee223a123c604dba74e4fbffe7f2 /clucene.m4 | |
parent | 5fc26b8a59395e24655d38abd1492523aca08ef1 (diff) | |
download | bibletime-792a3d48615b0a3f647d1af575e60b233b31b91f.tar.gz bibletime-792a3d48615b0a3f647d1af575e60b233b31b91f.zip |
Search all library subfolders for clucene
Diffstat (limited to 'clucene.m4')
-rw-r--r-- | clucene.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ AC_ARG_ENABLE(static-clucene, dnl try to find CLucene library files AC_MSG_CHECKING([for CLucene library files]) -clucene_multiarch_libs="/usr/lib/`uname -m`-linux-gnu" +clucene_multiarch_libs="`find /usr/lib/ -maxdepth 1 -type d | xargs echo`" ac_clucene_library_dirs="$ac_clucene_dir/lib $exec_prefix/lib $prefix/lib /usr/lib /usr/lib64 /usr/local/lib $clucene_multiarch_libs" if test "x$ac_static_clucene" = "xYES"; then |