diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 566f682a8..a9aa71529 100644 --- a/configure.ac +++ b/configure.ac @@ -1121,6 +1121,7 @@ AC_CHECK_HEADERS( sys/utime.h \ sys/poll.h \ libgen.h \ + locale.h \ setjmp.h, dnl to do if not found [], @@ -1217,6 +1218,7 @@ AC_CHECK_FUNCS( strtoll \ utime \ sigsetjmp \ basename \ + setlocale \ poll, dnl if found [], |