summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Dyer <redpony@gmail.com>2010-01-24 08:36:21 +0000
committerChris Dyer <redpony@gmail.com>2010-01-24 08:36:21 +0000
commit613ccc6ea2401e76099a97d3698f13b8ea283497 (patch)
tree5d0c3af86e3986f033ce23fbfb445fb19f0097f1 /configure.ac
parenta216521744cd4bf1c9935d99c5e53e4198301b57 (diff)
Support building without gtest
Now the only dependence is boost, which most modern linux distros have.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0fd43e08..efb32284 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,8 +11,8 @@ CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
AC_CHECK_HEADER(boost/math/special_functions/digamma.hpp,
[AC_DEFINE([HAVE_BOOST_DIGAMMA], [], [flag for boost::math::digamma])])
-GTEST_LIB_CHECK
AC_PROG_INSTALL
+GTEST_LIB_CHECK
AC_ARG_WITH(srilm,
[AC_HELP_STRING([--with-srilm=PATH], [(optional) path to SRI's LM toolkit])],