* configure.host: Fix typo: xdir_dir -> xdr_dir.
This commit is contained in:
		| @@ -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. | ||||
|   | ||||
| @@ -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 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user