summaryrefslogtreecommitdiff
path: root/libiberty/configure
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-11-19 21:16:49 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-11-19 21:16:49 +0000
commit7b8b8d43426469cf3def3c44d0931876c48190ac (patch)
treeff8a5bccc182a6fa581cb18d91f121ce3588ca2e /libiberty/configure
parent18525f1fc0caa597ab481fb916348121ed6908cf (diff)
downloadgcc-7b8b8d43426469cf3def3c44d0931876c48190ac.tar.gz
* configure.in: detect cygwin* instead of cygwin32*
* configure: regenerate * configure.in: in comment, call AC_EXEEXT instead of AM_EXEEXT git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23725 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/configure')
-rwxr-xr-xlibiberty/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/libiberty/configure b/libiberty/configure
index 7c34571ea19..2eac6f3a281 100755
--- a/libiberty/configure
+++ b/libiberty/configure
@@ -1595,10 +1595,10 @@ if test -z "${setobjs}"; then
case "${host}" in
- *-*-cygwin32*)
- # The cygwin32 library actually uses a couple of files from
+ *-*-cygwin*)
+ # The Cygwin library actually uses a couple of files from
# libiberty when it is built. If we are building a native
- # cygwin32, and we run the tests, we will appear to have these
+ # Cygwin, and we run the tests, we will appear to have these
# files. However, when we go on to build winsup, we will wind up
# with a library which does not have the files, since they should
# have come from libiberty.