diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2010-11-08 09:35:47 +0100 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2010-11-08 09:35:47 +0100 |
| commit | 689ee8345c68da580bd02cc53c36d1fe1391aab0 (patch) | |
| tree | de9201e697fb8d56f562da57b26a1b83fc45956b | |
| parent | 5d4355f19b3674bbb38e15e38a867b3d1eb04946 (diff) | |
xattr-check: correct the comment as well
| -rw-r--r-- | m4/curl-functions.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/curl-functions.m4 b/m4/curl-functions.m4 index bf8a31bac..1bbd330ae 100644 --- a/m4/curl-functions.m4 +++ b/m4/curl-functions.m4 @@ -419,7 +419,7 @@ curl_includes_sys_uio="\ dnl CURL_INCLUDES_SYS_XATTR dnl ------------------------------------------------- dnl Set up variable with list of headers that must be -dnl included when sys/uio.h is to be included. +dnl included when sys/xattr.h is to be included. AC_DEFUN([CURL_INCLUDES_SYS_XATTR], [ curl_includes_sys_xattr="\ |
