* configure.host: Fix typo: xdir_dir -> xdr_dir.

This commit is contained in:
Christopher Faylor 2012-02-15 18:32:05 +00:00
parent 5e7c84e554
commit 2d192e1ebb
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-02-15 Christopher Faylor <me.newlib2012@cgf.cx>
* configure.host: Fix typo: xdir_dir -> xdr_dir.
2012-02-09 Eric Blake <eblake@redhat.com>
* libc/include/_ansi.h (_ELIDABLE_INLINE): Fix C99 mode.

View File

@ -788,7 +788,7 @@ if [ "x${newlib_atexit_dynamic_alloc}" = "x" ]; then
fi
# Remove rpc headers if xdr_dir not specified
if [ "x${xdir_dir}" = "x" ]; then
if [ "x${xdr_dir}" = "x" ]; then
noinclude="${noinclude} rpc/types.h rpc/xdr.h"
fi