summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libmng/acinclude.m4
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/libmng/acinclude.m4')
-rw-r--r--src/3rdparty/libmng/acinclude.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/libmng/acinclude.m4 b/src/3rdparty/libmng/acinclude.m4
index 60506df31..f3cb3c95c 100644
--- a/src/3rdparty/libmng/acinclude.m4
+++ b/src/3rdparty/libmng/acinclude.m4
@@ -61,14 +61,14 @@ AC_DEFUN(AC_SYS_LARGEFILE,
[Number of bits in a file offset, on hosts where this is settable.])
AC_SYS_LARGEFILE_MACRO_VALUE(_LARGEFILE_SOURCE, 1,
ac_cv_sys_largefile_source,
- [Define to make ftello visible on some hosts (e.g. HP-UX 10.20).],
+ [Define to make ftello visible on some hosts.],
[#include <stdio.h>], [return !ftello;])
AC_SYS_LARGEFILE_MACRO_VALUE(_LARGE_FILES, 1,
ac_cv_sys_large_files,
[Define for large files, on AIX-style hosts.])
AC_SYS_LARGEFILE_MACRO_VALUE(_XOPEN_SOURCE, 500,
ac_cv_sys_xopen_source,
- [Define to make ftello visible on some hosts (e.g. glibc 2.1.3).],
+ [Define to make ftello visible on some hosts.],
[#include <stdio.h>], [return !ftello;])
fi
])