diff options
author | Raja R Harinath <harinath@src.gnome.org> | 1998-04-09 00:20:07 +0000 |
---|---|---|
committer | Raja R Harinath <harinath@src.gnome.org> | 1998-04-09 00:20:07 +0000 |
commit | a7770e415ad2ae3028d31afd6956e360f2b10c58 (patch) | |
tree | af68e56f99cfb7a3304d8d1f41519d9b66bbfe98 /macros/gnome-support.m4 | |
parent | b2bd0cfb4e1e214914fe212f81dbc7a93c2f6203 (diff) | |
download | shared-mime-info-a7770e415ad2ae3028d31afd6956e360f2b10c58.tar.gz |
Also run AC_HEADER_DIRENT.
* gnome-support.m4: Also run AC_HEADER_DIRENT.
svn path=/trunk/; revision=188
Diffstat (limited to 'macros/gnome-support.m4')
-rw-r--r-- | macros/gnome-support.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macros/gnome-support.m4 b/macros/gnome-support.m4 index c4b88b4d..afead5f8 100644 --- a/macros/gnome-support.m4 +++ b/macros/gnome-support.m4 @@ -35,6 +35,8 @@ AC_DEFUN([GNOME_SUPPORT_CHECKS],[ # This header enables some optimizations inside argp. AC_CHECK_HEADERS(linewrap.h) + # for `scandir' + AC_HEADER_DIRENT AC_CACHE_CHECK([for program_invocation_short_name], gnome_cv_short_name, [ AC_TRY_LINK([#include <errno.h>],[ |