From 2bb0bf664b61639067d90ae5b4516473e2c743f7 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Tue, 5 Jan 1999 22:15:46 +0000 Subject: Applied patch for DG/UX from Marc J. Fraioli: * macros/gnome-support.m4: Check whether we need to declare scandir (). * support/gnomesupport.awk: Declare scandir () if necessary. svn path=/trunk/; revision=576 --- macros/gnome-support.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/gnome-support.m4 b/macros/gnome-support.m4 index bfdad36e5f..df25cb9c1b 100644 --- a/macros/gnome-support.m4 +++ b/macros/gnome-support.m4 @@ -50,7 +50,7 @@ AC_DEFUN([GNOME_SUPPORT_CHECKS],[ # see if we need to declare some functions. Solaris is notorious for # putting functions into the `libc' but not listing them in the headers AC_CHECK_HEADERS(string.h strings.h stdlib.h unistd.h) - GCC_NEED_DECLARATIONS(gethostname setreuid setregid getpagesize) + GCC_NEED_DECLARATIONS(gethostname setreuid setregid getpagesize scandir) # Turn our LIBOBJS into libtool objects. This is gross, but it # requires changes to autoconf before it goes away. -- cgit