aboutsummaryrefslogtreecommitdiff
path: root/chaos/configure.ac
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2004-12-24 23:20:22 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:11:57 +0200
commit5c3670b6322b60b8bc5f60e22d891fe39b854e3e (patch)
treeb4eee08fb30434b237176822e9f959e90895e342 /chaos/configure.ac
parent45932d6b4b33ecd4f4dc2e7eab9f210dfa46cc34 (diff)
more changes ... getting stable ...
svn path=/trunk/externals/tb/; revision=2428
Diffstat (limited to 'chaos/configure.ac')
-rw-r--r--chaos/configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/chaos/configure.ac b/chaos/configure.ac
index c228f01..67bf056 100644
--- a/chaos/configure.ac
+++ b/chaos/configure.ac
@@ -49,7 +49,10 @@ AC_ARG_ENABLE(system,
AC_ARG_WITH(sysdir,
[ --with-sysdir path pd / max installation],
- SYSDIR=$withval,
+ [
+ SYSDIR=$withval
+ INCLUDEDIR="-I$withval $INCLUDEDIR"
+ ],
[echo "path to pd / max installation required" && exit 1])