* configure.in: Check whether getuid and getgid exist.
[deliverable/binutils-gdb.git] / bfd / configure.in
index d5aa882570a7b27875f70ce5d45dda96cf13fe27..94f3ef60feb4569afcc21ddd01160b9608463e0d 100644 (file)
@@ -98,7 +98,7 @@ AC_CHECK_HEADERS(stddef.h string.h strings.h stdlib.h time.h unistd.h)
 AC_CHECK_HEADERS(fcntl.h sys/file.h sys/time.h)
 AC_HEADER_TIME
 AC_HEADER_DIRENT
-AC_CHECK_FUNCS(fcntl getpagesize setitimer sysconf fdopen)
+AC_CHECK_FUNCS(fcntl getpagesize setitimer sysconf fdopen getuid getgid)
 
 BFD_BINARY_FOPEN
 
This page took 0.028961 seconds and 4 git commands to generate.