X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=configure.ac;h=ee1c3d82697e023185803af65b2dc7604c047002;hp=a589613b5ad5f000edb65f77e6f73101f1d34ae2;hb=0d711036d936076f05e2c93a9076cc441f3eb9f9;hpb=bd28ec9a64884d70917c4fdea1a3a70c91758f83 diff --git a/configure.ac b/configure.ac index a589613b..ee1c3d82 100644 --- a/configure.ac +++ b/configure.ac @@ -76,7 +76,7 @@ STASH_FLAGS LIB_ARG_WITH([lopsub], [-llopsub]) HAVE_LOPSUB=yes AC_CHECK_HEADER(lopsub.h, [], [HAVE_LOPSUB=no]) -AC_CHECK_LIB([lopsub], [lls_merge], [], [HAVE_LOPSUB=yes]) +AC_CHECK_LIB([lopsub], [lls_merge], [], [HAVE_LOPSUB=no]) if test $HAVE_LOPSUB = no; then AC_MSG_ERROR([ The lopsub library is required to build this software, but the above checks indicate it is not installed on your system.