* configure.host: Fix typo: xdir_dir -> xdr_dir.
This commit is contained in:
parent
5e7c84e554
commit
2d192e1ebb
@ -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>
|
2012-02-09 Eric Blake <eblake@redhat.com>
|
||||||
|
|
||||||
* libc/include/_ansi.h (_ELIDABLE_INLINE): Fix C99 mode.
|
* libc/include/_ansi.h (_ELIDABLE_INLINE): Fix C99 mode.
|
||||||
|
@ -788,7 +788,7 @@ if [ "x${newlib_atexit_dynamic_alloc}" = "x" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Remove rpc headers if xdr_dir not specified
|
# 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"
|
noinclude="${noinclude} rpc/types.h rpc/xdr.h"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user