diff options
author | Nick Clifton <nickc@redhat.com> | 2008-04-04 11:45:58 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-04-04 11:45:58 +0000 |
commit | 981b79bf04163746a9c72d9b14464e04361f6cff (patch) | |
tree | ae60e9562c1b9f53ccfd3444e39ddead10a83d8f /configure.ac | |
parent | 3cc6e11800a7b19b770363017554ffef1f549fc2 (diff) | |
download | newlib-981b79bf04163746a9c72d9b14464e04361f6cff.zip newlib-981b79bf04163746a9c72d9b14464e04361f6cff.tar.gz newlib-981b79bf04163746a9c72d9b14464e04361f6cff.tar.bz2 |
PR binutils/4334
* acx.m4 (ACX_CHECK_CYGWIN_CAT_WORKS): New macro to check that
cygwin builds are not running in textmode.
* configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
builds.
* configure: Regenerate.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b7be3ad..1a18c61 100644 --- a/configure.ac +++ b/configure.ac @@ -1042,6 +1042,7 @@ case "${host}" in host_makefile_frag="config/mh-djgpp" ;; *-cygwin*) + ACX_CHECK_CYGWIN_CAT_WORKS host_makefile_frag="config/mh-cygwin" ;; *-mingw*) |