]> git.alsa-project.org Git - alsa-tools.git/commitdiff
Also fix the configure for hdspconf for LIBS/LDFLAGS mistakes.
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>
Wed, 27 May 2009 21:20:34 +0000 (23:20 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 29 May 2009 10:27:58 +0000 (12:27 +0200)
Commit 56970e8143b4d171a118d114b1ddfa7621401127 already took care of this
for the other tools, but hdspconf somewhat was excluded, fix this now.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
hdspconf/configure.in

index 1aa6feb15a0073442fd7056dea4ddbcdee507ee8..a32ff5f40f9cf2151fbb853aae34ca79304893e8 100644 (file)
@@ -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)