commit | 90a6fb047eb75db3472f38580fc963bf7310e1cc | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@codeweavers.com> | Fri Jul 11 17:47:23 2008 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Jul 17 10:53:24 2008 +0200 |
tree | 7c2539680fc245f062bf44623e78175e2bd35d7c | |
parent | fd5b97bc4d12adc69085b739061c56e9107f8d1f [diff] [blame] |
winejack: Fix detection of jack libraries with a bad soname.
diff --git a/configure.ac b/configure.ac index bef895b..8ed54a8 100644 --- a/configure.ac +++ b/configure.ac
@@ -1129,7 +1129,7 @@ dnl **** Check for jack **** if test "$ac_cv_header_jack_jack_h" = "yes" then - WINE_CHECK_SONAME(jack,jack_client_new) + WINE_CHECK_SONAME(jack,jack_client_new,,,,[[libjack-*[[0-9.]]*]]) fi dnl **** Check for fontconfig ****