diff options
author | Matthias P. Braendli (think) <matthias@mpb.li> | 2012-08-26 21:41:41 +0200 |
---|---|---|
committer | Matthias P. Braendli (think) <matthias@mpb.li> | 2012-08-26 21:41:41 +0200 |
commit | 413f7559ad7fec7dd177b02862c559be95487c2d (patch) | |
tree | cd3cd4ad8507b2f44bac26acfb338287bd718f0a /config.h.in | |
parent | 6746613278df22e83f6147d1fc1d48300fcdce08 (diff) | |
download | dabmux-413f7559ad7fec7dd177b02862c559be95487c2d.tar.gz dabmux-413f7559ad7fec7dd177b02862c559be95487c2d.tar.bz2 dabmux-413f7559ad7fec7dd177b02862c559be95487c2d.zip |
crc-dabmux: autoconf added boost version check
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index dbd0280..c16e5e5 100644 --- a/config.h.in +++ b/config.h.in @@ -3,6 +3,9 @@ /* Define to 1 if you have the <arpa/inet.h> header file. */ #undef HAVE_ARPA_INET_H +/* define if the Boost library is available */ +#undef HAVE_BOOST + /* Define to 1 if you have the `bzero' function. */ #undef HAVE_BZERO @@ -63,9 +66,6 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H -/* Define to 1 if you have the `boost_system' library (-lboost_system). */ -#undef HAVE_LIBBOOST_SYSTEM - /* Define to 1 if you have the `pthread' library (-lpthread). */ #undef HAVE_LIBPTHREAD |