Removed check for nl_langinfo from configure.ac.

This commit is contained in:
John Wiegley 2009-02-08 19:53:49 -04:00
parent b89d8a1fa5
commit 22ac8165f4

View file

@ -314,7 +314,7 @@ AC_STRUCT_TM
#AC_FUNC_MKTIME
#AC_FUNC_STAT
#AC_FUNC_STRFTIME
AC_CHECK_FUNCS([access realpath getpwuid getpwnam nl_langinfo])
AC_CHECK_FUNCS([access realpath getpwuid getpwnam])
# Pepare the Makefiles
AC_CONFIG_FILES([Makefile])