mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-03-01 01:40:14 -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)
|
AC_PATH_PROG(FLTK_CONFIG, fltk-config, no)
|
||||||
if test "$FLTK_CONFIG" = "no"; then
|
if test "$FLTK_CONFIG" = "no"; then
|
||||||
AC_MSG_ERROR(no fltk-config is found)
|
AC_MSG_WARN(no fltk-config is found)
|
||||||
fi
|
fi
|
||||||
LIBS="-s `fltk-config --ldflags` -lasound"
|
LIBS="-s `fltk-config --ldflags` -lasound"
|
||||||
CXXFLAGS="`fltk-config --cxxflags` -fno-exceptions $ALSA_CFLAGS"
|
CXXFLAGS="`fltk-config --cxxflags` -fno-exceptions $ALSA_CFLAGS"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue