summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index d0c20bb208..c33e8eeb2c 100755
--- a/configure
+++ b/configure
@@ -3902,6 +3902,7 @@ echocheck "X11 headers presence"
break
fi
done
+ if test $_cross_compile = no; then
for I in /usr/X11/include /usr/X11R6/include /usr/include/X11R6 /usr/openwin/include ; do
if test -f "$I/X11/Xlib.h" ; then
_inc_extra="$_inc_extra -I$I"
@@ -3910,6 +3911,7 @@ echocheck "X11 headers presence"
break
fi
done
+ fi
echores "$_x11_headers"