diff options
author | Francois Andriot <[email protected]> | 2013-02-27 18:42:48 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-02-27 18:43:46 +0100 |
commit | 932676d4339368279ca64255d4761deda4526480 (patch) | |
tree | a7906051ac289161466c45be9f8b1d81ddb1c242 | |
parent | 5974c6ec2bd6a724bb5501cc58c63c010b419d02 (diff) | |
download | bibletime-932676d4339368279ca64255d4761deda4526480.tar.gz bibletime-932676d4339368279ca64255d4761deda4526480.zip |
Fix sword and clucene detection
This resolves Bug 1145
-rw-r--r-- | clucene.m4 | 2 | ||||
-rw-r--r-- | sword.m4 | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -133,7 +133,7 @@ int main(int argc, char* argv[[]]) { EOF -ac_link='$LIBTOOL_SHELL --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' +ac_link='$LIBTOOL_SHELL --silent --mode=link --tag=LD ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' if AC_TRY_EVAL(ac_link) && test -s conftest; then if test -x conftest; then eval ac_cv_installed_clucene_version=`./conftest 2>&5` @@ -119,7 +119,7 @@ int main(int argc, char** argv) { EOF -ac_link='$LIBTOOL_SHELL --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' +ac_link='$LIBTOOL_SHELL --silent --mode=link --tag=LD ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' if AC_TRY_EVAL(ac_link) && test -s conftest; then if test -x conftest; then eval ac_cv_installed_sword_version=`./conftest 2>&5` @@ -192,7 +192,7 @@ int main(int argc, char** argv) { } EOF -ac_link='$LIBTOOL_SHELL --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' +ac_link='$LIBTOOL_SHELL --silent --mode=link --tag=LD ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' if AC_TRY_EVAL(ac_link) && test -s conftest; then if test -x conftest; then eval ac_cv_sword_recent_version=`./conftest $1 2>&5` |