diff options
Diffstat (limited to 'newlib/configure.host')
-rw-r--r-- | newlib/configure.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/configure.host b/newlib/configure.host index ef73fd0ad..2da15de5e 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -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 |