aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2008-04-04 11:45:58 +0000
committerNick Clifton <nickc@redhat.com>2008-04-04 11:45:58 +0000
commite33b51a675a59f37ed6aa8c60b3b202fb470d4ca (patch)
treed55c0453bf0268298a07283ad050fc32588ba1b5 /configure.ac
parentfc5df3ab38705a40c2e790e6538b4e9c48bc17bb (diff)
downloadfsf-binutils-gdb-e33b51a675a59f37ed6aa8c60b3b202fb470d4ca.zip
fsf-binutils-gdb-e33b51a675a59f37ed6aa8c60b3b202fb470d4ca.tar.gz
fsf-binutils-gdb-e33b51a675a59f37ed6aa8c60b3b202fb470d4ca.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.ac1
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*)