aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-11-28 08:42:33 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-11-28 08:42:33 +0000
commit85731b4c39e1849cfc3356b8615601591653475d (patch)
treedd6abb39ee6d7854a9f41542830f7cc2a1274281
parenta375b910b33c1c6c8b972efb2b2fe0a6ec190515 (diff)
downloadcpio-85731b4c39e1849cfc3356b8615601591653475d.tar.gz
cpio-85731b4c39e1849cfc3356b8615601591653475d.tar.bz2
Check for locale.h
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9b8f8ae..d7e740e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,7 +62,7 @@ else
AC_DEFINE(NO_REMOTE,1,[Define if rmt is not needed]))
fi
-AC_CHECK_HEADERS(unistd.h string.h fcntl.h sys/io/trioctl.h utmp.h getopt.h)
+AC_CHECK_HEADERS(unistd.h string.h fcntl.h sys/io/trioctl.h utmp.h getopt.h locale.h)
AC_REPLACE_FUNCS(bcopy mkdir strdup)
dnl Checks for fnmatch

Return to:

Send suggestions and report system problems to the System administrator.