mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-03-22 05:33:54 -04:00
updated to version 1.1
It fixes a small bug + an issue in card detection preventing it to work with hdsp9652 cards. It fixes too FLTK detection in configure.
This commit is contained in:
parent
7dc10adba2
commit
912758aebd
2 changed files with 11 additions and 9 deletions
|
|
@ -1,5 +1,5 @@
|
|||
AC_INIT(src/hdspconf.cxx)
|
||||
AM_INIT_AUTOMAKE(hdspconf, 1.0)
|
||||
AM_INIT_AUTOMAKE(hdspconf, 1.1)
|
||||
|
||||
AC_PROG_CXX
|
||||
AC_PROG_MAKE_SET
|
||||
|
|
@ -53,7 +53,7 @@ AC_PATH_PROG(FLTK_CONFIG, fltk-config, no)
|
|||
if test "$FLTK_CONFIG" = "no"; then
|
||||
AC_MSG_ERROR(no fltk-config is found)
|
||||
fi
|
||||
FLTK_CXXFLAGS=`$FLTK_CONFIG $fltk_config_args --cxxflags`
|
||||
FLTK_CXXFLAGS="`$FLTK_CONFIG $fltk_config_args --cxxflags` -fno-exceptions"
|
||||
FLTK_LIBS=`$FLTK_CONFIG $fltk_config_args --ldflags`
|
||||
|
||||
CXXFLAGS="$CXXFLAGS $ALSA_CFLAGS $FLTK_CXXFLAGS"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue