[PATCH 02/27] configure.ac: Fix help string for option `--enable-trimesh'.

--- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index f154e32..2b3e697 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-06-03 Roland Levillain <roland@lrde.epita.fr> + + * configure.ac: Fix help string for option `--enable-trimesh'. + 2009-06-03 Fabien Freling <fabien.freling@lrde.epita.fr> Add script shell for tests/ hierarchy checking. diff --git a/configure.ac b/configure.ac index e231a75..c2125a6 100644 --- a/configure.ac +++ b/configure.ac @@ -144,7 +144,7 @@ AM_CONDITIONAL([CFITSIO], [test x$oln_have_cfitsio = xyes]) ## ---------------------------- ## AC_ARG_ENABLE([trimesh], - [AS_HELP_STRING([--with-trimesh], + [AS_HELP_STRING([--enable-trimesh], [build the (bundled) trimesh2 library])]) AM_CONDITIONAL([ENABLE_TRIMESH], [test x$enable_trimesh = xyes]) AC_CONFIG_SUBDIRS([external/trimesh]) -- 1.6.1.2
participants (1)
-
Roland Levillain