aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index c7b55f257f..96439da5c2 100755
--- a/configure
+++ b/configure
@@ -199,7 +199,7 @@ int main(void) {
return 0;
}
EOF
- cc_check
+ cc_check $LDFLAGS $CXXFLAGS
return $?
}
@@ -1640,7 +1640,7 @@ int main(int argc, char **argv) {
}
EOF
_need_memalign=yes
- cc_check && $TMPO$HOSTEXEEXT && _need_memalign=no
+ cc_check $LDFLAGS $CXXFLAGS && $TMPO$HOSTEXEEXT && _need_memalign=no
;;
esac
echo "$_need_memalign"