http://bugs.winehq.org/show_bug.cgi?id=11214
--- Comment #5 from Eric Sandall sandalle@sourcemage.org 2008-01-30 01:18:37 --- $ git-bisect bad (last revision to test) a41f0f1b45f6b52e94c07bc367aa7cc7cc3c2d2e is first bad commit commit a41f0f1b45f6b52e94c07bc367aa7cc7cc3c2d2e Author: Alexandre Julliard julliard@winehq.org Date: Mon Jan 7 14:51:44 2008 +0100
configure: Add --without options for all optional dependencies.
:100644 100644 d5f09e19a7615e3bfffabf35ea0320eb44dd82b5 dcbe78b4ce95ec55aa66662ecb3b47fc07a5e13b M aclocal.m4 :100755 100755 0c99eaed2c3eb85c941be578a91024d539c73d3b e033e059acdf9a3690aa78a1c326fa879ad8f954 M configure :100644 100644 469490457dfc5f2e18603e426cba8bc39297725d c9036e50213a1889ee91bdfd4d801a94b8fd138a M configure.ac
$ git-biesct log # bad: [0b50076355e5084a56bc19c78a6ada7b74d4afc4] Release 0.9.53. # good: [c03617509409fb5a1f8528c6f927c0bc7ed9d2ae] Release 0.9.52. git-bisect start '0b50076355e5084a56bc19c78a6ada7b74d4afc4' 'c03617509409fb5a1f8528c6f927c0bc7ed9d2ae' # good: [c777d3095a2f4e1aecf0499054de7d0a0d8f7637] msi: Factor out msi_set_sourcedir_props. git-bisect good c777d3095a2f4e1aecf0499054de7d0a0d8f7637 # bad: [3debf28215fcf5d76e034dfc17354391512500a1] msvcrt: Implement _wsystem and forward system to it. Respect COMSPEC environment variable. git-bisect bad 3debf28215fcf5d76e034dfc17354391512500a1 # bad: [645a1e30a12aad0ab7da8a18a289bf5a5fad59c4] gdi32/tests: Avoid using size_t in traces. git-bisect bad 645a1e30a12aad0ab7da8a18a289bf5a5fad59c4 # good: [53e8734049d9e241af572dca733017ac18f21de0] include: Add defines for context handle flags to rpcfc.h. git-bisect good 53e8734049d9e241af572dca733017ac18f21de0 # good: [0e4adae9732434188923fe2c9b24c82a7a9cb4f5] Spelling fixes. git-bisect good 0e4adae9732434188923fe2c9b24c82a7a9cb4f5 # good: [787ccc8032f986477b69a340d877ff0a80ffa5b3] devenum: Fix the implementation of IEnumMoniker::Skip(), to match the MSDN specs. git-bisect good 787ccc8032f986477b69a340d877ff0a80ffa5b3 # bad: [980ee365a06682c9f310921f0c92a58b4224154d] wined3d: Use unsigned int instead of size_t for element counts. git-bisect bad 980ee365a06682c9f310921f0c92a58b4224154d # bad: [84f8ab6b83f9f53a986c6a01f246444ded88e425] configure: Added a check for the soname of libodbc. git-bisect bad 84f8ab6b83f9f53a986c6a01f246444ded88e425 # bad: [a41f0f1b45f6b52e94c07bc367aa7cc7cc3c2d2e] configure: Add --without options for all optional dependencies. git-bisect bad a41f0f1b45f6b52e94c07bc367aa7cc7cc3c2d2e
Revert a41f0f1b45f6b52e94c07bc367aa7cc7cc3c2d2e from master (latest commit 8f954ccc0f5284d86eed5552bf62fe2710f74fc5, 0.9.54) allows --with-curses to find lib(n)curses on a box with ncurses built with UTF8 support (again).