From be542131ef52c3a296edb7834641a79e1e5bfdaa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Diego=20Elio=20=27Flameeyes=27=20Petten=C3=B2?= Date: Wed, 27 May 2009 23:20:34 +0200 Subject: [PATCH] Also fix the configure for hdspconf for LIBS/LDFLAGS mistakes. Commit 56970e8143b4d171a118d114b1ddfa7621401127 already took care of this for the other tools, but hdspconf somewhat was excluded, fix this now. Signed-off-by: Takashi Iwai --- hdspconf/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdspconf/configure.in b/hdspconf/configure.in index 1aa6feb..a32ff5f 100644 --- a/hdspconf/configure.in +++ b/hdspconf/configure.in @@ -36,6 +36,6 @@ FLTK_CXXFLAGS="`$FLTK_CONFIG $fltk_config_args --cxxflags` -fno-exceptions" FLTK_LIBS=`$FLTK_CONFIG $fltk_config_args --ldflags` CXXFLAGS="$CXXFLAGS $ALSA_CFLAGS $FLTK_CXXFLAGS" -LDFLAGS="$LDFLAGS $ALSA_LIBS $FLTK_LIBS" +LIBS="$LIBS $ALSA_LIBS $FLTK_LIBS" AC_OUTPUT(Makefile src/Makefile pixmaps/Makefile) -- 2.47.1