mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 10:36:37 +12:00
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:
parent
474bcc0585
commit
8dad9e8f68
@ -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
2
config.guess
vendored
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user