projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f76b45b
)
Add ${ARCH_CFLAGS} when testing for libbrlapi
author
aurel32
<aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 4 May 2008 00:50:25 +0000
(
00:50
+0000)
committer
aurel32
<aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 4 May 2008 00:50:25 +0000
(
00:50
+0000)
(Samuel Thibault, Ben Taylor)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4315
c046a42c
-6fe2-441c-8c8c-
71466251a162
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 188d1ebbd46649faf92a995074d81d2c0f68699c..94a1cdbf45f11040f6eecb693f1f147068f2b3a0 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-733,7
+733,7
@@
cat > $TMPC << EOF
#include <brlapi.h>
int main( void ) { return brlapi__openConnection (NULL, NULL, NULL); }
EOF
- if $cc -o $TMPE ${OS_CFLAGS} $TMPC -lbrlapi 2> /dev/null ; then
+ if $cc
${ARCH_CFLAGS}
-o $TMPE ${OS_CFLAGS} $TMPC -lbrlapi 2> /dev/null ; then
brlapi=yes
fi # brlapi compile test
fi # -z $brlapi