diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-04 11:39:20 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-04 11:39:20 +0000 |
commit | 45043b2bde2326e7fa2ec432999b4763be747ca9 (patch) | |
tree | 5649721c24cb44021ca826778ba0ac70a4ef09cf /configure.ac | |
parent | 226c5ce4507f3f389f52fae18d410773d4674046 (diff) | |
download | gcc-45043b2bde2326e7fa2ec432999b4763be747ca9.tar.gz |
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_XHEXK_CYGWIN_CAT_WORKS for cygwin hosted
builds.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133894 138bc75d-0d04-0410-961f-82ee72b054a4
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 b7be3ad4cdf..1a18c61ece9 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*) |