diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-05-27 22:48:53 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-05-27 22:48:53 +0000 |
commit | 633fd09f3cfd79906b88fc1adcd2c16f39e9848e (patch) | |
tree | 222169633012952f6d750a27b4bad5fc6f777922 /bfd/configure | |
parent | 6da466c730cb814a5903049a922e2169e60a311c (diff) | |
download | gdb-633fd09f3cfd79906b88fc1adcd2c16f39e9848e.zip gdb-633fd09f3cfd79906b88fc1adcd2c16f39e9848e.tar.gz gdb-633fd09f3cfd79906b88fc1adcd2c16f39e9848e.tar.bz2 |
* configure.in: Check whether getuid and getgid exist.
* archive.c: Define getuid and getgid as macros if HAVE_GETUID or
HAVE_GETGID are not defined, respectively.
(bfd_write_armap): Don't special case on _WIN32 for getuid and
getgid.
* configure.host: Set ac_cv_func_get{ug}id for *-*-windows*.
* configure, config.in: Rebuild.
Diffstat (limited to 'bfd/configure')
-rwxr-xr-x | bfd/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/configure b/bfd/configure index 783a393..83e93e6 100755 --- a/bfd/configure +++ b/bfd/configure @@ -4460,7 +4460,7 @@ fi fi -for ac_func in fcntl getpagesize setitimer sysconf fdopen +for ac_func in fcntl getpagesize setitimer sysconf fdopen getuid getgid do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:4467: checking for $ac_func" >&5 |