changeset 211:5b2a3d09f524

maint: changing configure.ac option to ---with-eigen-includedir
author Juan Pablo Carbajal <ajuanpi+dev@gmail.com>
date Sat, 01 Mar 2014 14:11:24 +0100
parents b9999ff4fe5e
children d4eef566511b
files src/configure.ac
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/configure.ac	Sat Mar 01 04:47:23 2014 +0100
+++ b/src/configure.ac	Sat Mar 01 14:11:24 2014 +0100
@@ -7,9 +7,9 @@
 AC_LANG(C++)
 
 # Get Dense include locations
-AC_ARG_WITH([dense-includedir],
-  [AS_HELP_STRING([--with-dense-includedir=DIR],
-    [location of the Eigen/Dense headers, defaults to /usr/include/])],
+AC_ARG_WITH([eigen-includedir],
+  [AS_HELP_STRING([--with-eigen-includedir=DIR],
+    [location of the Eigen headers, defaults to /usr/include/])],
   [DENSE_CPPFLAGS="-I$withval"],
   [DENSE_CPPFLAGS='-I/usr/include/'])
 AC_SUBST(DENSE_CPPFLAGS)