diff options
author | Matthias P. Braendli (think) <matthias@mpb.li> | 2012-08-26 21:47:22 +0200 |
---|---|---|
committer | Matthias P. Braendli (think) <matthias@mpb.li> | 2012-08-26 21:47:22 +0200 |
commit | c84de18fa8448c76426c60257c7ae8dac72a4039 (patch) | |
tree | ff1cfea971ada88867e411cf8abc1a99a88eb32d /config.h.in | |
parent | 4f3f33c245e3d92692eec0307d6f842c225a0a80 (diff) | |
download | dabmod-c84de18fa8448c76426c60257c7ae8dac72a4039.tar.gz dabmod-c84de18fa8448c76426c60257c7ae8dac72a4039.tar.bz2 dabmod-c84de18fa8448c76426c60257c7ae8dac72a4039.zip |
crc-dabmod: autoconf added boost version check
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 2bd5b1b..6c618b1 100644 --- a/config.h.in +++ b/config.h.in @@ -1,5 +1,8 @@ /* config.h.in. Generated from configure.ac by autoheader. */ +/* define if the Boost library is available */ +#undef HAVE_BOOST + /* Define to 1 if you have the `bzero' function. */ #undef HAVE_BZERO |