diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-10-03 14:08:44 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-10-03 14:08:44 +0000 |
commit | fe06559c2970160ea141bbfc42f0ac21598321b1 (patch) | |
tree | 54ae753c1da1b4fdba3ce697ae0e243e27707f64 /scripts | |
parent | bb4a4632906ebe2b214e9b3f8a030fb45dfa05f7 (diff) |
Miller doesn't seem to want to support Jack on Mac OS X, and its been broken in CVS for a while now, so I am disabling it in the auto-builds
svn path=/trunk/; revision=6069
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/auto-build/pd-main-auto-builder.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/auto-build/pd-main-auto-builder.sh b/scripts/auto-build/pd-main-auto-builder.sh index 31ba3075..1b35b2c3 100755 --- a/scripts/auto-build/pd-main-auto-builder.sh +++ b/scripts/auto-build/pd-main-auto-builder.sh @@ -12,7 +12,7 @@ case $SYSTEM in platform_name=`uname -m` ;; Darwin) - configure_options="--enable-jack" + configure_options="" platform_name=`uname -p` ;; MINGW*) |