]> git.alsa-project.org Git - alsa-tools.git/commitdiff
replaced AC_MSG_ERROR with AC_MSG_WARN to allow generation of configuration script...
authorJaroslav Kysela <perex@perex.cz>
Mon, 28 Jul 2003 12:02:25 +0000 (12:02 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 28 Jul 2003 12:02:25 +0000 (12:02 +0000)
hdspmixer/configure.in

index aa8585ae253a67a4f2447fe40b1b1c7ff7fdd417..7cd926ff8cdca6e6c562dd02695412071a88f96c 100644 (file)
@@ -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"