summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-10-29 15:21:59 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-10-29 15:21:59 +0000
commit88805f471a66064c778ea49ef22287fcd37deb93 (patch)
tree8f19dbba269ccfd870dc4899f65c50640df8a57a /configure
parentc0bdcba56e12723440598903fae42b2a60b1b573 (diff)
downloadskalibs-88805f471a66064c778ea49ef22287fcd37deb93.tar.xz
Shut up, grep
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 9d84974..f149d2a 100755
--- a/configure
+++ b/configure
@@ -379,7 +379,7 @@ echo " ... $target"
defaultpie=false
echo "Checking whether we're building PIE..."
-if $CC_AUTO $CPPFLAGS_AUTO $CPPFLAGS $CPPFLAGS_POST $CFLAGS_AUTO $CFLAGS $CFLAGS_POST -dM -E - < /dev/null | grep -F __PIE__ ; then
+if $CC_AUTO $CPPFLAGS_AUTO $CPPFLAGS $CPPFLAGS_POST $CFLAGS_AUTO $CFLAGS $CFLAGS_POST -dM -E - < /dev/null | grep -qF __PIE__ ; then
defaultpie=true
echo " ... yes"
else