diff options
author | Matthias P. Braendli (think) <matthias@mpb.li> | 2012-08-28 16:03:53 +0200 |
---|---|---|
committer | Matthias P. Braendli (think) <matthias@mpb.li> | 2012-08-28 16:03:53 +0200 |
commit | dcf8a55ea3d46776f0ba32f28e7e936b92bf6e86 (patch) | |
tree | 3329dcef75f400bb349968c38c8af97d82a5a3e6 /configure | |
parent | 413f7559ad7fec7dd177b02862c559be95487c2d (diff) | |
download | dabmux-dcf8a55ea3d46776f0ba32f28e7e936b92bf6e86.tar.gz dabmux-dcf8a55ea3d46776f0ba32f28e7e936b92bf6e86.tar.bz2 dabmux-dcf8a55ea3d46776f0ba32f28e7e936b92bf6e86.zip |
crc-dabmux: configuration file: added shortlabel support
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -4511,9 +4511,9 @@ fi # Checks for libraries. -# FIXME: Replace `main' with a function in `-lfec': + #AC_CHECK_LIB([fec], [init_rs_char], [], AC_MSG_ERROR([libfec is required])) -# FIXME: Replace `main' with a function in `-lpthread': + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5 $as_echo_n "checking for pthread_create in -lpthread... " >&6; } @@ -4602,7 +4602,7 @@ fi if test "x$want_boost" = "xyes"; then - boost_lib_version_req=1.50.0 + boost_lib_version_req=1.41.0 boost_lib_version_req_shorten=`expr $boost_lib_version_req : '\([0-9]*\.[0-9]*\)'` boost_lib_version_req_major=`expr $boost_lib_version_req : '\([0-9]*\)'` boost_lib_version_req_minor=`expr $boost_lib_version_req : '[0-9]*\.\([0-9]*\)'` @@ -4812,7 +4812,7 @@ $as_echo "$as_me: We could not detect the boost libraries (version $boost_lib_ve $as_echo "$as_me: Your boost libraries seems to old (version $_version)." >&6;} fi # execute ACTION-IF-NOT-FOUND (if present): - as_fn_error $? "BOOST 1.42 or later is required" "$LINENO" 5 + as_fn_error $? "BOOST 1.41 or later is required" "$LINENO" 5 else @@ -4828,7 +4828,6 @@ $as_echo "#define HAVE_BOOST /**/" >>confdefs.h fi -#AC_CHECK_LIB([boost_system], [main], [], [AC_MSG_ERROR([library boost_system is missing])]) # Checks for header files. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OS type" >&5 |