---
ChangeLog | 4 ++++
configure.ac | 4 +---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 46326b6..35f0ba0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-03-18 Roland Levillain <roland(a)lrde.epita.fr>
+
+ * configure.ac: Always configure directory external/trimesh/.
+
2009-03-13 Frederic Bour <bour(a)lrde.epita.fr>
fun update: add unary & binary composition.
diff --git a/configure.ac b/configure.ac
index 52b5b19..0b05502 100644
--- a/configure.ac
+++ b/configure.ac
@@ -113,9 +113,7 @@ AM_CONDITIONAL([DARWIN], [echo "$host_os" | grep
'^darwin'])
# (Bundled) trimesh2 library.
OLN_WITH_TRIMESH
-if test x$with_trimesh = xyes; then
- AC_CONFIG_SUBDIRS([external/trimesh])
-fi
+AC_CONFIG_SUBDIRS([external/trimesh])
AM_CONDITIONAL([WITH_TRIMESH], [test x$with_trimesh = xyes])
# FreeImage library.
--
1.5.6.5
Show replies by date