X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=configure.in;h=f4e09041540fc172b779d059ccb14e1bb3c8354a;hb=0aee79fc44bc4af6adde627991900c358c79a6fe;hp=cfa5b2030dfd8f49d1e1dfbcada0a02830b829dc;hpb=113b194be934327de99a168d809271db252c07c4;p=chise%2Fxemacs-chise.git diff --git a/configure.in b/configure.in index cfa5b20..f4e0904 100644 --- a/configure.in +++ b/configure.in @@ -1893,6 +1893,7 @@ COLON_TO_SPACE(site_prefixes) if test -n "$site_prefixes"; then for dir in $site_prefixes; do lib_dir="${dir}/lib" + inc_dir="${dir}/include" if test ! -d "$dir"; then XE_DIE("Invalid site prefix \`$dir': no such directory") elif test ! -d "$lib_dir"; then