Changes by: aia21
Update of /cvs/linux-ntfs/ntfsprogs
In directory delta357:/tmp/cvs-serv31813
Modified Files:
configure.ac
Log Message:
Ooops. Forgot a tidy up last time.
Index: configure.ac
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/configure.ac,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -p -r1.119 -r1.120
--- configure.ac 5 Jul 2007 20:50:18 -0000 1.119
+++ configure.ac 5 Jul 2007 20:57:19 -0000 1.120
@@ -344,7 +344,8 @@ AC_CHECK_HEADERS([ctype.h fcntl.h libgen
endian.h byteswap.h sys/byteorder.h sys/endian.h sys/param.h \
sys/ioctl.h sys/mount.h sys/stat.h sys/types.h sys/vfs.h \
sys/statvfs.h sys/sysmacros.h linux/major.h linux/fd.h linux/hdreg.h \
- machine/endian.h gcrypt.h windows.h gnutls/pkcs12.h syslog.h])
+ machine/endian.h gcrypt.h windows.h gnutls/pkcs12.h gnutls/x509.h \
+ syslog.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_HEADER_STDBOOL
|