diff options
author | Geoffrey Noer <noer@cygnus> | 1998-11-02 23:08:52 +0000 |
---|---|---|
committer | Geoffrey Noer <noer@cygnus> | 1998-11-02 23:08:52 +0000 |
commit | 2ce3016679456a0dfa6b11e9661c7ffd2bfe40f6 (patch) | |
tree | 40d0946438bcd30da722bc05e79771d4dc918c63 /gprof/configure.in | |
parent | 1c18e77af74a41e556788ed1c463d6b17f1ed985 (diff) | |
download | gdb-2ce3016679456a0dfa6b11e9661c7ffd2bfe40f6.zip gdb-2ce3016679456a0dfa6b11e9661c7ffd2bfe40f6.tar.gz gdb-2ce3016679456a0dfa6b11e9661c7ffd2bfe40f6.tar.bz2 |
Mon Nov 2 15:05:33 1998 Geoffrey Noer <noer@cygnus.com>
* configure.in: detect cygwin* instead of cygwin32*
* configure: regenerate
Diffstat (limited to 'gprof/configure.in')
-rw-r--r-- | gprof/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/configure.in b/gprof/configure.in index de8c134..90c53a3 100644 --- a/gprof/configure.in +++ b/gprof/configure.in @@ -27,7 +27,7 @@ dnl header fields. This is an attempt to do that. I can't think of a dnl good feature test for this. case "${target}" in *-*-bsd4.4* | *-*-netbsd* | *-*-freebsd* | *-*-openbsd* \ -| *-*-cygwin32 | *-*-mingw32 | *-*-win32 ) +| *-*-cygwin* | *-*-mingw32 | *-*-win32 ) AC_DEFINE(BSD44_FORMAT) ;; esac |