Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2012-02-15 22:32:05 +0400
committerChristopher Faylor <me@cgf.cx>2012-02-15 22:32:05 +0400
commit2d192e1ebb73dbce9fd82bba446d2f92ff8c5bb1 (patch)
tree4fb3b81e45669b743fb7273ff70afad9e753ac8f /newlib/configure.host
parent5e7c84e55435ce810e3588916fe12455e42ae6e4 (diff)
* configure.host: Fix typo: xdir_dir -> xdr_dir.
Diffstat (limited to 'newlib/configure.host')
-rw-r--r--newlib/configure.host2
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