From 7b82f269347bc891a4ad69aa863264e2ae81a035 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 28 Jul 2003 12:02:25 +0000 Subject: [PATCH] replaced AC_MSG_ERROR with AC_MSG_WARN to allow generation of configuration script on machines without fltk --- hdspmixer/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdspmixer/configure.in b/hdspmixer/configure.in index aa8585a..7cd926f 100644 --- a/hdspmixer/configure.in +++ b/hdspmixer/configure.in @@ -51,7 +51,7 @@ fi 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" -- 2.47.1