comparison configure @ 26245:33d94e96abfd

cosmetics: Reindent X11 header search section after last commit. patch by Guillaume Lecerf, foxcore gmail com
author diego
date Wed, 26 Mar 2008 00:15:43 +0000
parents 5f886c6b4cd3
children 5ae0c6ec14e9
comparison
equal deleted inserted replaced
26244:5f886c6b4cd3 26245:33d94e96abfd
3901 _res_comment="" 3901 _res_comment=""
3902 break 3902 break
3903 fi 3903 fi
3904 done 3904 done
3905 if test $_cross_compile = no; then 3905 if test $_cross_compile = no; then
3906 for I in /usr/X11/include /usr/X11R6/include /usr/include/X11R6 /usr/openwin/include ; do 3906 for I in /usr/X11/include /usr/X11R6/include /usr/include/X11R6 /usr/openwin/include ; do
3907 if test -f "$I/X11/Xlib.h" ; then 3907 if test -f "$I/X11/Xlib.h" ; then
3908 _inc_extra="$_inc_extra -I$I" 3908 _inc_extra="$_inc_extra -I$I"
3909 _x11_headers="yes" 3909 _x11_headers="yes"
3910 _res_comment="using $I" 3910 _res_comment="using $I"
3911 break 3911 break
3912 fi 3912 fi
3913 done 3913 done
3914 fi 3914 fi
3915 echores "$_x11_headers" 3915 echores "$_x11_headers"
3916 3916
3917 3917
3918 echocheck "X11" 3918 echocheck "X11"