Skip to content

Commit

Permalink
Error out in configure if boost headers are missing
Browse files Browse the repository at this point in the history
Change-Id: I9b9bec7c6decea44a4b0bd33edf6dc0066ee4414
Reviewed-on: https://gerrit.dechocorp.com/16556
Reviewed-by: Jenkins <hudsonbuild@mozy.com>
Reviewed-by: Wilson <weiminp@mozy.com>
  • Loading branch information
ccutrer committed Feb 24, 2011
1 parent e101a42 commit aba53da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -28,7 +28,7 @@ AC_SEARCH_LIBS([clock_gettime], [rt])
AC_SEARCH_LIBS([backtrace], [execinfo])
AX_CHECK_OPENSSL
AX_CHECK_ZLIB
AX_BOOST_BASE([1.40])
AX_BOOST_BASE([1.40],, [AC_ERROR([Missing boost headers (1.40+)])])
AX_BOOST_PROGRAM_OPTIONS
AX_BOOST_REGEX
AX_BOOST_THREAD
Expand Down

0 comments on commit aba53da

Please sign in to comment.