From: Zach W. <zw...@us...> - 2009-12-03 07:50:40
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via b123fd3cd9a11b2dfb79025fb137696135f5f898 (commit) from f4a1070dcf6b303cb980d89c5b342cf52b0397c4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b123fd3cd9a11b2dfb79025fb137696135f5f898 Author: Zachary T Welch <zw...@su...> Date: Wed Dec 2 22:32:08 2009 -0800 fix configure problem when building w/o USB If building OpenOCD without any USB drivers, a warning would appear because $build_usb is never set to a sane default. This fixes it. diff --git a/configure.in b/configure.in index 9cb2b0f..dbddcb2 100644 --- a/configure.in +++ b/configure.in @@ -979,6 +979,7 @@ enum ftdi_chip_type x = TYPE_2232H; fi # check for usb.h when a driver will require it +build_usb=no if test $build_jlink = yes -o $build_vsllink = yes -o $build_usbprog = yes -o \ $build_rlink = yes -o $build_armjtagew = yes then ----------------------------------------------------------------------- Summary of changes: configure.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- Main OpenOCD repository |