(bitmapdirs): Default to /usr/include/X11/bitmaps.

This commit is contained in:
Richard M. Stallman 1994-10-17 06:03:09 +00:00
parent 3e74e344a7
commit 9ed99ac081

View file

@ -1336,7 +1336,11 @@ esac
[ -n "${x_libraries}" ] && LD_SWITCH_X_SITE_AUX="-R${x_libraries}"
[ -n "${x_includes}" ] && C_SWITCH_X_SITE="-I${x_includes}"
bitmapdir="${x_includes}"
if [ x"${x_includes}" = x ]; then
bitmapdir=/usr/include/X11/bitmaps;
else
bitmapdir="${x_includes}/bitmaps";
fi
# Avoid forcing the search of /usr/include before fixed include files.
if [ "$C_SWITCH_X_SITE" = "-I/usr/include" ]; then