diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2011-01-05 17:13:24 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2011-01-05 17:13:24 +0000 |
commit | c35ba525fc0b113e789dace37b74806d41256c1d (patch) | |
tree | bb4bf0d7ccb62d01b0fcce598f5e3a59b1196dc0 /newlib/libc/configure.in | |
parent | 969dd6dff9aae290ad5c64f9a0e4c07439d37586 (diff) | |
download | newlib-c35ba525fc0b113e789dace37b74806d41256c1d.zip newlib-c35ba525fc0b113e789dace37b74806d41256c1d.tar.gz newlib-c35ba525fc0b113e789dace37b74806d41256c1d.tar.bz2 |
2011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
* libc/configure.in: Remove redundant posix_dir processing.
* libc/configure: Regenerate.
Diffstat (limited to 'newlib/libc/configure.in')
-rw-r--r-- | newlib/libc/configure.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/newlib/libc/configure.in b/newlib/libc/configure.in index 6e40d49..a7f665a 100644 --- a/newlib/libc/configure.in +++ b/newlib/libc/configure.in @@ -41,17 +41,6 @@ dnl For each directory which we may or may not want, we define a name dnl for the library and an automake conditional for whether we should dnl build the library. -LIBC_POSIX_LIB= -if test -n "${posix_dir}"; then - if test "${use_libtool}" = "yes"; then - LIBC_POSIX_LIB=${posix_dir}/lib${posix_dir}.${aext} - else - LIBC_POSIX_LIB=${posix_dir}/lib.${aext} - fi -fi -AC_SUBST(LIBC_POSIX_LIB) -AM_CONDITIONAL(HAVE_POSIX_DIR, test x${posix_dir} != x) - LIBC_SIGNAL_LIB= LIBC_SIGNAL_DEF= if test -n "${signal_dir}"; then |