From 7335fe79284725ef6356d14f39db3539b28f52b1 Mon Sep 17 00:00:00 2001 From: Francesco Valla Date: Mon, 4 Jun 2018 08:25:56 +0200 Subject: configure: fix typo --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index a9b88976..58e754ad 100755 --- a/configure +++ b/configure @@ -28,7 +28,7 @@ CFLAGS="$CFLAGS -funsigned-char" # you call scripts/make.sh and friends directly. [ -z "$CC" ] && CC=cc -[ -z "$STRIP" ] & STRIP=strip +[ -z "$STRIP" ] && STRIP=strip # If HOSTCC needs CFLAGS or LDFLAGS, just add them to the variable # ala HOSTCC="blah-cc --static" -- cgit v1.2.3