summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d17b7187fb..55ad0808cb 100755
--- a/configure
+++ b/configure
@@ -7163,7 +7163,7 @@ int main(void) {
return exitvar;
}
EOF
- cc_check "-lXext" && _xshape=yes
+ cc_check -lXext && _xshape=yes
fi
if test "$_xshape" = yes ; then
_def_xshape='#define HAVE_XSHAPE 1'