Hi,

Stanislav's fix looks good. What about the mingw32 target, do we need a
conditional or should we perhaps check the USB_LIBS variable?

regards,
Christian

Christian W. Zuckschwerdt schrieb:
> Modified Files:
>       acinclude.m4 
> Log Message:
> libusb check fix by Stanislav Brabec
>
> --- acinclude.m4      31 Dec 2006 15:09:26 -0000      1.20
> +++ acinclude.m4      2 May 2007 12:55:32 -0000       1.21
> @@ -202,7 +202,7 @@
>  
>       if (test "${usb_enable}" = "yes" && test "${usb_found}" = "yes"); then
>               AC_DEFINE(HAVE_USB, 1, [Define if system supports USB and it's 
> enabled])
> -             AC_CHECK_FILE(${prefix}/lib/pkgconfig/libusb.pc, 
> REQUIRES="libusb")
> +             PKG_CHECK_EXISTS(libusb, [REQUIRES="libusb"])
>       fi
>   


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Openobex-users mailing list
[email protected]
http://lists.sourceforge.net/lists/listinfo/openobex-users

Reply via email to