summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorMatthias P. Braendli (think) <matthias@mpb.li>2012-08-26 21:41:41 +0200
committerMatthias P. Braendli (think) <matthias@mpb.li>2012-08-26 21:41:41 +0200
commit413f7559ad7fec7dd177b02862c559be95487c2d (patch)
treecd3cd4ad8507b2f44bac26acfb338287bd718f0a /config.h.in
parent6746613278df22e83f6147d1fc1d48300fcdce08 (diff)
downloaddabmux-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.in6
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