]> git.deb.at Git - pkg/abook.git/blobdiff - configure.in
use strcoll instead of strcmp for sorting entries
[pkg/abook.git] / configure.in
index 1dc0c3018c42f0e907a6ebec294926ebcc3eea32..0591642939b1222a6856272b84812a40560ce6e9 100644 (file)
@@ -17,6 +17,7 @@ AC_PROG_INSTALL
 AC_HEADER_STDC
 AC_CHECK_HEADERS(unistd.h locale.h termios.h linux/termios.h sys/ioctl.h)
 AC_CHECK_HEADER(stdarg.h,AC_DEFINE(HAVE_STDARG_H),AC_MSG_ERROR([*** stdarg.h is missing on your system ***]))
+AC_FUNC_STRCOLL
 AC_CHECK_FUNCS(setlocale)
 
 dnl -------------------