Update of /cvsroot/alsa/alsa-tools/hdspmixer
In directory sc8-pr-cvs1:/tmp/cvs-serv27388

Modified Files:
        configure.in 
Log Message:
replaced AC_MSG_ERROR with AC_MSG_WARN to allow generation of configuration script on 
machines without fltk

Index: configure.in
===================================================================
RCS file: /cvsroot/alsa/alsa-tools/hdspmixer/configure.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- configure.in        28 Jul 2003 11:32:32 -0000      1.1
+++ configure.in        28 Jul 2003 12:02:25 -0000      1.2
@@ -51,7 +51,7 @@
 
 AC_PATH_PROG(FLTK_CONFIG, fltk-config, no)
 if test "$FLTK_CONFIG" = "no"; then
-  AC_MSG_ERROR(no fltk-config is found)
+  AC_MSG_WARN(no fltk-config is found)
 fi
 LIBS="-s `fltk-config --ldflags` -lasound"
 CXXFLAGS="`fltk-config --cxxflags` -fno-exceptions $ALSA_CFLAGS"



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to