shithub: libsamplerate

Download patch

ref: fe9fab4f278a5f6d9e734ade92acef6a8ab81cde
parent: 7af7d49b540869c283bd543ebbbc585b9a1c381e
author: Erik de Castro Lopo <[email protected]>
date: Sat Mar 13 06:12:54 EST 2004

Improve warning message if mmreg.h not found under MinGW.



--- a/configure.ac
+++ b/configure.ac
@@ -217,7 +217,8 @@
 			AC_MSG_WARN([[*** Can't find mmreg.h which means that we can't build one of     ]])
 			AC_MSG_WARN([[*** the example programs. The library can however be built.       ]])
 			AC_MSG_WARN([[*** To correct this, you can grab the mmmreg.h file from the      ]])
-			AC_MSG_WARN([[*** WINE project : http://www.winehq.com/.                        ]])
+			AC_MSG_WARN([[*** WINE project (http://www.winehq.com/) and placing it in a     ]])
+			AC_MSG_WARN([[*** directory where the cross compiler can find it.               ]])
 			AC_MSG_WARN([[******************************************************************]])
 			fi
 		;;