Revision e14a693d configure

b/configure
562 562
# static link with sdl ?
563 563
if test "$sdl" = "yes" ; then
564 564
aa="no"
565
`$sdl_config --static-libs | grep \\\-laa > /dev/null` && aa="yes"
566
sdl_static_libs=`$sdl_config --static-libs`
565
`$sdl_config --static-libs 2>/dev/null | grep \\\-laa > /dev/null` && aa="yes"
566
sdl_static_libs=`$sdl_config --static-libs 2>/dev/null`
567 567
if [ "$aa" = "yes" ] ; then
568 568
  sdl_static_libs="$sdl_static_libs `aalib-config --static-libs`"
569 569
fi

Also available in: Unified diff