2000-04-06 Ben Elliston <bje@redhat.com>

* config.guess: Define _HPUX_SOURCE for the HP-UX test program.
	From Bruno Haible <haible@ilog.fr>.
This commit is contained in:
Ben Elliston 2000-04-06 12:45:32 +00:00
parent 474bcc0585
commit 8dad9e8f68
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2000-04-06 Ben Elliston <bje@redhat.com>
* config.guess: Define _HPUX_SOURCE for the HP-UX test program.
From Bruno Haible <haible@ilog.fr>.
2000-04-06 Ben Elliston <bje@redhat.com>
* config.guess: Detect Apple's Darwin operating system.

2
config.guess vendored
View File

@ -458,6 +458,8 @@ EOF
9000/[34]?? ) HP_ARCH=m68k ;;
9000/[678][0-9][0-9])
sed 's/^ //' << EOF >$dummy.c
#define _HPUX_SOURCE
#include <stdlib.h>
#include <unistd.h>