From: Wei Liu Date: Tue, 2 Jun 2020 17:32:02 +0000 (+0000) Subject: tools: update configure X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~109 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b1e3a3c874b9bab32cc56820ae3e3d568c120181;p=xen.git tools: update configure Fixes: e181db8ba4e0 ("m4: use test instead of []") Signed-off-by: Wei Liu --- diff --git a/tools/configure b/tools/configure index 35036dc1db..3df1a01ff9 100755 --- 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