mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-05 04:06:31 -05:00
replaced AC_MSG_ERROR with AC_MSG_WARN to allow generation of configuration script on machines without fltk
This commit is contained in:
parent
0fb00d0bdc
commit
7b82f26934
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue