summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure16
1 files changed, 8 insertions, 8 deletions
diff --git a/configure b/configure
index c33e8eeb2c..ed06223d84 100755
--- a/configure
+++ b/configure
@@ -3903,14 +3903,14 @@ echocheck "X11 headers presence"
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"
- _x11_headers="yes"
- _res_comment="using $I"
- break
- fi
- done
+ 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"
+ _x11_headers="yes"
+ _res_comment="using $I"
+ break
+ fi
+ done
fi
echores "$_x11_headers"