summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2012-02-20 00:30:08 -0500
committerChris Dyer <cdyer@cs.cmu.edu>2012-02-20 00:30:08 -0500
commitcb85764c4020b36afa3b26872a2db741d1365e2a (patch)
treec7f160b25e250d636eefe130427a3922a86cc3ff /configure.ac
parente5c17041c0596994a60fe984c71b0a058a4aec47 (diff)
parentbbf803bd5f060b89273437859ccb3221820d3eb9 (diff)
Merge branch 'master' of github.com:redpony/cdec
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 026dad01..869f7cf9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,6 +46,13 @@ then
AM_CONDITIONAL([HAVE_CMPH], true)
fi
+AM_CONDITIONAL([HAVE_EIGEN], false)
+AC_ARG_WITH(eigen,
+ [AC_HELP_STRING([--with-eigen=PATH], [(optional) path to Eigen linear algebra library])],
+ [with_eigen=$withval],
+ [with_eigen=no]
+ )
+
if test "x$with_eigen" != 'xno'
then
SAVE_CPPFLAGS="$CPPFLAGS"