diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:29 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:29 +0000 |
commit | f58a97d3de5b43fd2cf8c0928939241b7b01c67d (patch) | |
tree | 4891542955626efe83bf431c67414e4901d33e74 /configure.in | |
parent | 70fbac25ae36f62b99a9df1a4a7742a47a8d91ec (diff) |
Moved time handling, fixed makefiles
Author: jgg
Date: 1999-12-10 07:21:52 GMT
Moved time handling, fixed makefiles
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 6c8a1dc03..beed25387 100644 --- a/configure.in +++ b/configure.in @@ -95,7 +95,7 @@ AC_CACHE_CHECK([for C9x integer types],c9x_ints,[ c9x_ints=yes,c9x_ints=no)]) dnl Single Unix Spec statvfs -AC_CHECK_FUNC(statvfs) +AC_CHECK_FUNC(statvfs,[HAVE_STATVFS=yes]) AC_SUBST(HAVE_STATVFS) dnl Check the sizes etc. of the architecture |