diff options
author | Martin Baulig <martin@src.gnome.org> | 1999-01-06 06:15:46 +0800 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 1999-01-06 06:15:46 +0800 |
commit | 2bb0bf664b61639067d90ae5b4516473e2c743f7 (patch) | |
tree | 047d7e141f04be04f98baf3378154f2ecbf9c6c1 | |
parent | b98f98bd6a5c831a30eaa781e06ca994fa9ede87 (diff) | |
download | gsoc2013-evolution-2bb0bf664b61639067d90ae5b4516473e2c743f7.tar gsoc2013-evolution-2bb0bf664b61639067d90ae5b4516473e2c743f7.tar.gz gsoc2013-evolution-2bb0bf664b61639067d90ae5b4516473e2c743f7.tar.bz2 gsoc2013-evolution-2bb0bf664b61639067d90ae5b4516473e2c743f7.tar.lz gsoc2013-evolution-2bb0bf664b61639067d90ae5b4516473e2c743f7.tar.xz gsoc2013-evolution-2bb0bf664b61639067d90ae5b4516473e2c743f7.tar.zst gsoc2013-evolution-2bb0bf664b61639067d90ae5b4516473e2c743f7.zip |
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
-rw-r--r-- | macros/gnome-support.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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. |