summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJeff Layton <jlayton@redhat.com>2010-02-07 10:52:59 -0500
committerJeff Layton <jlayton@redhat.com>2010-02-07 10:52:59 -0500
commit96ff754155ef13681c79ccbda2d998f411ac0e6f (patch)
tree7fa231496aca60a8061cd8b4a29974d3fdba2ac8 /configure.ac
parent00a84a5f8532bcc5c5a39fd600606f2c337e46f9 (diff)
downloadcifs-utils-96ff754155ef13681c79ccbda2d998f411ac0e6f.tar.gz
cifs-utils-96ff754155ef13681c79ccbda2d998f411ac0e6f.tar.bz2
cifs-utils-96ff754155ef13681c79ccbda2d998f411ac0e6f.zip
cifs.upcall: replace SMB_STRNDUP with strndup
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 92c7a4e..1ceba2e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ AC_PROG_CC
# Checks for header files.
AC_USE_SYSTEM_EXTENSIONS
-AC_CHECK_HEADERS([arpa/inet.h fcntl.h inttypes.h limits.h mntent.h netdb.h stddef.h stdint.h stdlib.h string.h strings.h sys/mount.h sys/param.h sys/socket.h sys/time.h unistd.h])
+AC_CHECK_HEADERS([arpa/inet.h fcntl.h inttypes.h limits.h mntent.h netdb.h stddef.h stdint.h stdlib.h string.h strings.h sys/mount.h sys/param.h sys/socket.h sys/time.h syslog.h unistd.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_HEADER_STDBOOL