Commit f76b45bae561a95eaddd9309b3d95728514ae571

Authored by aurel32
1 parent aae6b32a

configure: silence test for brlapi

(Carlo Marcelo Arenas Belon)


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4314 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
configure
... ... @@ -733,7 +733,7 @@ cat > $TMPC << EOF
733 733 #include <brlapi.h>
734 734 int main( void ) { return brlapi__openConnection (NULL, NULL, NULL); }
735 735 EOF
736   - if $cc -o $TMPE ${OS_CFLAGS} $TMPC -lbrlapi 2> /tmp/qemu-$$-brlapi.log ; then
  736 + if $cc -o $TMPE ${OS_CFLAGS} $TMPC -lbrlapi 2> /dev/null ; then
737 737 brlapi=yes
738 738 fi # brlapi compile test
739 739 fi # -z $brlapi
... ...