cosmetics: Reindent X11 header search section after last commit.

patch by Guillaume Lecerf, foxcore gmail com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26277 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-03-26 00:15:43 +00:00
parent 27ffcb5802
commit 0383a49a67
1 changed files with 8 additions and 8 deletions

16
configure vendored
View File

@ -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"