replaced AC_MSG_ERROR with AC_MSG_WARN to allow generation of configuration script on machines without fltk

This commit is contained in:
Jaroslav Kysela 2003-07-28 12:02:25 +00:00
parent 0fb00d0bdc
commit 7b82f26934

View 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"