From da2606bfbbdbd36d5e42bf2acf614735dfc515d2 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 29 Jun 2012 16:10:47 +0200 Subject: Win32 build fixes * Remove unused functions * Use getprogname() instead of calc_progname() which no longer exists * Fix up exporting of functions in the mock module --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 401265f..ac39567 100644 --- a/configure.ac +++ b/configure.ac @@ -78,6 +78,8 @@ if test "$os_unix" = "yes"; then [AC_DEFINE(HAVE___PROGNAME, [1], [Whether __progname available])]) fi +AC_CHECK_LIB(intl, dgettext) + # ------------------------------------------------------------------------------ # PKCS#11 Directories -- cgit v1.1