projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e181db8
)
tools: update configure
author
Wei Liu
<wl@xen.org>
Tue, 2 Jun 2020 17:32:02 +0000
(17:32 +0000)
committer
Wei Liu
<wl@xen.org>
Tue, 2 Jun 2020 17:55:42 +0000
(17:55 +0000)
Fixes: e181db8ba4e0 ("m4: use test instead of []")
Signed-off-by: Wei Liu <wl@xen.org>
tools/configure
patch
|
blob
|
history
diff --git
a/tools/configure
b/tools/configure
index 35036dc1db6f1516ef50532ca767c7f3f012235d..3df1a01ff9d22d5df47c1a61e9f858cbace62289 100755
(executable)
--- a/
tools/configure
+++ b/
tools/configure
@@
-4688,7
+4688,7
@@
for ldflag in $APPEND_LIB
do
APPEND_LDFLAGS="$APPEND_LDFLAGS -L$ldflag"
done
-if
! -z $EXTRA_PREFIX
; then
+if
test ! -z "$EXTRA_PREFIX"
; then
CPPFLAGS="$CPPFLAGS -I$EXTRA_PREFIX/include"
LDFLAGS="$LDFLAGS -L$EXTRA_PREFIX/lib"
fi